Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-03 | Drop FXSYS_ from math methods | Dan Sinclair | |
This Cl drops the FXSYS_ from math methods which are the same on all platforms. Bug: pdfium:694 Change-Id: I85c9ff841fd9095b1434f67319847ba0cd9df7ac Reviewed-on: https://pdfium-review.googlesource.com/3598 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> | |||
2016-04-06 | Fix an infinite loop in agg's stroke_calc_arc(). | thestig | |
BUG=pdfium:466 Review URL: https://codereview.chromium.org/1861963002 |