Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-20 | Remove CFX_Points, CFX_PointsF in favor of std::vector | tsepez | |
CFX_Points was unused. Review-Url: https://codereview.chromium.org/2645523006 | |||
2016-11-02 | Remove FX_BOOL from xfa. | tsepez | |
Review-Url: https://codereview.chromium.org/2467203003 | |||
2016-06-09 | Remove C-style casts in xfa/fde. | tsepez | |
Review-Url: https://codereview.chromium.org/2040323004 | |||
2016-04-21 | Cleanup FDE interfaces. | dsinclair | |
This CL removes IFDE_TextOut, IFDE_Path, IFDE_RenderContext, IFDE_RenderDevice, and IFDE_VisualSetIterator in favour of the concrete classes. BUG=pdfium:468 Review URL: https://codereview.chromium.org/1896893003 |