summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdfeditpath.cpp
AgeCommit message (Expand)Author
2017-06-05Add missing static asserts for line cap and line join values.chromium/3122chromium/3121wileyrya
2017-06-01Fix content generation to only generate dirty page objects.wileyrya
2017-05-26Add public API for setting the fill color on a text objectwileyrya
2017-05-26Add public API for setting LineJoin and LineCap on a pathwileyrya
2017-05-17Use more static_cast in fpdfsdkNicolas Pena
2017-05-16Be skeptical of bare |new|s.Tom Sepez
2017-04-05Add public method FPDFPath_GetFillColor to get fill color of a path object.Miklos Vajna
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-02-23Convert point x,y into CFX_PointFdan sinclair
2017-02-15Cleanup CFX_PathData.Dan Sinclair
2017-02-10Add line width option for stroking pathschromium/3011chromium/3010chromium/3009Nicolas Pena
2017-02-08Add EmbedderTest for adding and filling pathsNicolas Pena
2017-02-07Add APIs for path construction and paintingchromium/3006Nicolas Pena