summaryrefslogtreecommitdiff
path: root/core/fpdfapi/render/cpdf_renderstatus.cpp
AgeCommit message (Expand)Author
2017-04-21Add CFX_RenderDevice::AutoRestorer()chromium/3078Tom Sepez
2017-04-21Return unique_ptr from CPDF_RenderStatus::CloneObjStates().Tom Sepez
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-03RefCount CPDF_Type3Cache all the time.chromium/3062Tom Sepez
2017-04-03RefCount CPDF_TransferFunc all the time.Tom Sepez
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-04-03Drop FXSYS_ from math methodsDan Sinclair
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-23Revert "Remove CFX_FixedBufGrow"Nicolás Peña
2017-03-22Remove CFX_FixedBufGrowDan Sinclair
2017-03-15Refactor some CPDF_ColorSpace code.Lei Zhang
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-13Make most PDFium code pass Clang plugin's auto raw check.Lei Zhang
2017-03-01Fix infinite loops in CPDF_MeshStream.Lei Zhang
2017-02-23Convert TransformPoint calls to Transform callsDan Sinclair
2017-02-23Convert point x,y into CFX_PointFdan sinclair
2017-02-21Convert more TransformPoint calls to TransformDan Sinclair
2017-02-16Convert fx_font points to CFX_Point{F}sDan Sinclair
2017-02-16Change FXTEXT_CHARPOS to use CFX_PointFDan Sinclair
2017-02-15Cleanup CFX_PathData.Dan Sinclair
2017-02-14Reland Cleanup CPDF_MeshStreamDan Sinclair
2017-02-14Revert "Convert Origins to points"Dan Sinclair
2017-02-14Revert "Cleanup CPDF_MeshStream"dsinclair
2017-02-13Clean up CPDF_TextObject a bitNicolas Pena
2017-02-13Cleanup CPDF_MeshStreamDan Sinclair
2017-02-13Convert Origins to pointsDan Sinclair
2017-02-09Cleanup CFX_Matrix related methodsDan Sinclair
2017-02-09Remove Transform in favour of TransformPointDan Sinclair
2017-02-09Replace rect.Transform(matrix) with matrix.TransformRect(rect)Dan Sinclair
2017-02-09Convert Get methods to return instead of using out params.Dan Sinclair
2017-02-08Rename x,y to width,height for Size typesdan 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-09Remove CFX_ArrayTemplate from fpdfapitsepez
2017-01-04Kill render_int.hchromium/2973chromium/2972Nicolas Pena
2016-12-14Avoid the ptr.reset(new XXX()) anti-patterntsepez
2016-12-06re-enable skia cachingchromium/2944caryclark
2016-12-06Return unique_ptrs from CFX_DIBitmap::Clone().tsepez
2016-12-01Remove fpdf_render.cppNicolas Pena
2016-11-28Add some methods in CPDF_ImageRenderernpm
2016-11-23Remove some .release() calls in cpdf_renderstatustsepez
2016-11-23Move CPDF_ImageRenderer from render_intnpm
2016-11-22handle antialiased rendering as premultipliedcaryclark
2016-11-21Split fwl/core class pt II.dsinclair
2016-11-21Continue splitting up render_intnpm
2016-11-17fix corpus testscaryclark
2016-11-17Move CPDF_RenderStatus from render_intnpm