summaryrefslogtreecommitdiff
path: root/core/fxge/skia/fx_skia_device.cpp
AgeCommit message (Expand)Author
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
2017-05-25Break apart the pageint.h file.Dan Sinclair
2017-05-23Use NOTREACHED() in more places.Lei Zhang
2017-05-19Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr.Lei Zhang
2017-05-17SkPictureRecorder.h includes less, so we have to IWYUchromium/3103Mike Reed
2017-05-11Rename render device classesDan Sinclair
2017-05-08Remove default params in CFX_DIBSourceNicolas Pena
2017-04-18Clean up unneeded code in agg and skia driverNicolas Pena
2017-04-12Cache TypeFace instead of FontCary Clark
2017-04-12No gradient to draw if clip is emptyCary Clark
2017-04-12Clip stack management was off by one.Cary Clark
2017-04-07Remove the ICC transform where it is never initialized.Nicolas Pena
2017-04-04Let CPDF_ImageRenderer own the CFX_ImageRendererNicolas Pena
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-04-03Split fx_dib part 5Nicolas Pena
2017-04-03Fix Skia includesNicolas Pena
2017-03-28Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time.""Tom Sepez
2017-03-28Revert "Refcount all CFX_DIBSources (and subclasses) all the time."dsinclair
2017-03-28Refcount all CFX_DIBSources (and subclasses) all the time.Tom Sepez
2017-03-27Fix some ASAN issues in fx_skia_deviceNicolas Pena
2017-03-27fix new tab crash in skia clip stackCary Clark
2017-03-24Fix CFX_FxgeDevice constructor and destructor in SkiaNicolas Pena
2017-03-23fix skia path debugCary Clark
2017-03-23Handle the Clip command list being emptyDan Sinclair
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-02-23Convert point x,y into CFX_PointFdan sinclair
2017-02-16Change FXTEXT_CHARPOS to use CFX_PointFDan Sinclair
2017-02-15Cleanup CFX_PathData.Dan Sinclair
2017-02-15remove skia clipstack debuggingCary Clark
2017-02-14Reland Cleanup CPDF_MeshStreamDan Sinclair
2017-02-14Revert "Convert Origins to points"Dan Sinclair
2017-02-13Convert Origins to pointsDan Sinclair
2017-02-07Use enum class for PathPoint types.Nicolas Pena