commit | 1899651ffc459f5462aa989cd6d08507947b67e4 | [log] [tgz] |
---|---|---|
author | kkinnunen <kkinnunen@nvidia.com> | Sun Apr 26 23:18:49 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Sun Apr 26 23:18:50 2015 -0700 |
tree | 5f7c2c314e932dd8b7053401819f8d8bcba0436a | |
parent | 5d23c3824fd95785110c37e09eeaef8b3d9b9594 [diff] |
Extract gpu line dashing to GrDashLinePathRenderer Move line dashing logic from GrContext::drawPath to GrDashLinePathRenderer. This makes it possible to let path renderers render arbitrary dashed paths. End goal is to implement dashing in GrStencilAndCoverPathRenderer. Review URL: https://codereview.chromium.org/1100073003