summaryrefslogtreecommitdiff
path: root/core/fpdfapi/render/cpdf_renderstatus.cpp
AgeCommit message (Expand)Author
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