summaryrefslogtreecommitdiff
path: root/core/fxge/agg/fx_agg_driver.cpp
AgeCommit message (Expand)Author
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 CFX_ImageRenderer members in the header.Lei Zhang
2018-09-24Give CFX_GraphStateData a work-over.chromium/3561Tom Sepez
2018-08-24Rename CFX_DIBSource to CFX_DIBBase.Tom Sepez
2018-08-16Remove more optional args in core/Tom Sepez
2018-08-10Add CFX_DIBSource::GetWritableScanline().Tom Sepez
2018-07-12Rename 'ori' to 'backdrop' in rendering code.Lei Zhang
2018-05-29Get rid of FXARGB_MAKE macro.Lei Zhang
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-10Renable -Wimplicit-fallthrough for PDFium.Nico Weber
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-20Add bounds checks in CAgg_PathData::BuildPathDan Sinclair
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