summaryrefslogtreecommitdiff
path: root/core/fxge/skia/fx_skia_device.cpp
AgeCommit message (Expand)Author
2018-10-25Change DrawBitsWithMask() to take a matrix by const-ref.Lei Zhang
2018-10-25Change StartDIBits() to take a matrix by reference.Lei Zhang
2018-10-25Change FXDIB_BLEND_FOO typedefs to an enum class.Lei Zhang
2018-10-25Initialize SkiaState members where declared.Lei Zhang
2018-10-25Initialize CFX_ImageRenderer members in the header.Lei Zhang
2018-10-01Fix #include ordering / formatting.Lei Zhang
2018-09-24Give CFX_GraphStateData a work-over.chromium/3561Tom Sepez
2018-09-12Avoid out of bound access in ClipAngledGradient().chromium/3551Lei Zhang
2018-09-12Fix pdf_use_skia_paths build after commit 048d7f7c.Lei Zhang
2018-08-24Rename CFX_DIBSource to CFX_DIBBase.Tom Sepez
2018-08-10Add CFX_DIBSource::GetWritableScanline().Tom Sepez
2018-08-02Fix some nits in SkiaState.Lei Zhang
2018-08-02Skia Path: Fix text/xform size mismatch when calling drawTextRSXform().Lei Zhang
2018-07-18Fix skia_paths build.Henrique Nakashima
2018-07-12Rename 'ori' to 'backdrop' in rendering code.Lei Zhang
2018-07-02Use std::vector<float> in cpdf_expintfunc.cppTom Sepez
2018-06-20Replace SkTSwap with std::swap/swap.Ben Wagner
2018-05-29Get rid of FXARGB_MAKE macro.Lei Zhang
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetArrayFor().Lei Zhang
2018-05-25Mark CPDF_Object pointers in pattern code as const.Lei Zhang
2018-05-23Remove GetBits32().Lei Zhang
2018-04-17Use span<> in GetBits32().Tom Sepez
2018-04-10Change FillRectWithBlend methods to take FX_RECT by const-ref.Lei Zhang
2018-03-06Rename core/fxcrt IFX files to IfaceDan Sinclair
2018-02-06IWYUMike Reed
2018-01-30Remove not reachable branch in fxge code.Lei Zhang
2018-01-18Remove more unneeded includes and code from headers.Lei Zhang
2017-10-17Remove fxge/ friend classesDan Sinclair
2017-09-27Move CFX_Font definition to cfx_font.hDan Sinclair
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-19Remove unneeded core/fxcodec/fx_codec.h includes.chromium/3220Lei Zhang
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-31Split IFX_Pause out of fx_basicDan Sinclair
2017-08-21Converted DrawCosmeticLine() to take point objectsJane Liu
2017-07-25flush but do not release skia driverCary Clark
2017-07-18colortables are unused, so remove plumbingMike Reed
2017-07-13fix skiapaths for sparse type1 on macCary Clark
2017-07-13Index_8 no longer supported, upscale to N32Mike Reed
2017-07-12support m_bGlyph_AdjustCary Clark
2017-07-10Move core/fxge/ge to core/fxge.Dan Sinclair
2017-07-05additional clip debuggingCary Clark
2017-07-05maintain ClipBoxCary Clark
2017-07-05set clip rectCary Clark
2017-07-05show original text to aid in debuggingCary Clark
2017-07-05fix fuzzer generated out of rangeCary Clark
2017-07-05clip save off by oneCary Clark
2017-06-29Move Start to constructor in CFX_Image(Renderer|Transformer)chromium/3145Nicolas Pena
2017-05-25Mass conversion of remaining class members (non-xfa)Tom Sepez