summaryrefslogtreecommitdiff
path: root/core/fxge/agg/fx_agg_driver.cpp
AgeCommit message (Expand)Author
2017-09-19Remove unneeded core/fxcodec/fx_codec.h includes.chromium/3220Lei Zhang
2017-08-31Split IFX_Pause out of fx_basicDan Sinclair
2017-07-10Move core/fxge/ge to core/fxge.Dan Sinclair
2017-06-29Move Start to constructor in CFX_Image(Renderer|Transformer)chromium/3145Nicolas Pena
2017-06-29Change SetReverse to GetInverse in CFX_MatrixNicolas Pena
2017-05-25Mass conversion of remaining class members (non-xfa)Tom Sepez
2017-05-19Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr.Lei Zhang
2017-05-11Rename render device classesDan Sinclair
2017-05-11Stop rendering if a span length overflowed in AGGNicolas Pena
2017-04-20Let {Argb,Cmyk}Decode return tuplesNicolas Pena
2017-04-18Clean up unneeded code in agg and skia driverNicolas Pena
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 math methodsDan Sinclair
2017-04-03Split fx_dib part 5Nicolas Pena
2017-03-31Split fx_dib part 3Nicolas 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-17Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046Lei Zhang
2017-03-17HardClip points a bit better in fx_agg_driverNicolas Pena
2017-03-17Cleanup in fx_agg_driver part 2Nicolas Pena
2017-03-15Clean up fx_agg_driver a bitNicolas Pena
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-02-23Convert point x,y into CFX_PointFdan sinclair
2017-02-15Cleanup CFX_PathData.Dan Sinclair
2017-02-09Remove Transform in favour of TransformPointDan Sinclair
2017-02-08Update to use CFX_Rect{F} and CFX_Matrix constructors.Dan Sinclair
2017-02-07Use enum class for PathPoint types.Nicolas Pena
2017-01-09HardClip all points used when building pathsNicolas Pena
2016-12-06Return unique_ptrs from CFX_DIBitmap::Clone().tsepez
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-02Remove FX_BOOL from coretsepez
2016-10-27Fix some FX_BOOL / int noise in core/fx*chromium/2903tsepez
2016-10-03Add ptr_util.h from base until std::make_unique<> availabletsepez
2016-09-29Move core/fxge/include to core/fxgedsinclair
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-29Move core/fxcodec/codec/include and core/fxcodec/include files updsinclair
2016-09-28Replace a few more std::unique_ptr.reset() with WrapUnique assignments.thestig
2016-09-20Delete unused GetBitMap() in fx_agg_drivernpm
2016-09-20Refactor CFX_FontCache to have only one in GE Module.art-snake
2016-09-19Revert of Pdfium: Fix fonts leaking on ClosePage. (patchset #10 id:180001 of ...dsinclair
2016-09-15Fix memory leaking on ClosePage.chromium/2862art-snake
2016-08-30Make CPDF_TextState have a CPDF_TextStateData rather than inheriting one.tsepez
2016-08-17Split fx_font into multiple files, part 1.npm
2016-08-10Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ...npm
2016-08-09Fix typos of the word outer.thestig
2016-08-08Move CFX_ClipRgn and CFX_PathData into their own files.npm
2016-08-04Move CFX_GEModule into its own filenpm
2016-07-21Use smart pointers for graphics device classesweili