aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/OverStroke.cpp
Commit message (Collapse)AuthorAge
* move parts of SkPoint to SkPointPrivGravatar Cary Clark2017-11-08
| | | | | | | | | | | | Move specialized SkPoint methods to SkPointPriv. Use constexpr and inline initialization where possible. R=reed@google.com,bsalomon@google.com Bug: skia: 6898 Change-Id: I01ec5186f010f2dc80c068c70d9cc352f3221338 Reviewed-on: https://skia-review.googlesource.com/68700 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
* Rework Overstroke GM to show differences between expected and actualGravatar hstern2016-08-09
| | | | | | | | | | Draw the perpendiculars of the curve with the stroke width. See Cary's SampleQuadStroker.cpp for what we are attempting to mimic. BUG=589769,skia:5405,skia:5406 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2218773003 Review-Url: https://codereview.chromium.org/2218773003
* Add Overstroke gmGravatar hstern2016-08-02
Already exists as a sampleapp, but sampleapps don't get tested automatically BUG=skia:5405,5406,chrome:589769 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2161633002 Review-Url: https://codereview.chromium.org/2161633002