summaryrefslogtreecommitdiff
path: root/xfa/fde/cfde_path.cpp
AgeCommit message (Expand)Author
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-09Convert Get methods to return instead of using out params.Dan 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-20Remove CFX_Points, CFX_PointsF in favor of std::vectortsepez
2016-11-02Remove FX_BOOL from xfa.tsepez
2016-06-09Remove C-style casts in xfa/fde.tsepez
2016-04-21Cleanup FDE interfaces.dsinclair