Fix conics for gpu GrAAHairLinePathRender
authoregdaniel <egdaniel@google.com>
Mon, 22 Dec 2014 18:57:08 +0000 (10:57 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 22 Dec 2014 18:57:08 +0000 (10:57 -0800)
commit14afb43b01e178b50674d16a5a62d2b7dbd600db
tree183d6ce4a7989ecdf556913a18206ef5fa327843
parentfe43c40d5dbfff6c3726404e4bb31e2f84a95c5c
Fix conics for gpu GrAAHairLinePathRender

This fixes one of the bugs discovered when rrects/ovals were changed to conics.
Specifcally the case where hairlines were being drawing randomly all of the place.
There is still a bug in a lot of our rrect/oval draws/clipping so the legacy flags
are still needed.

BUG=skia:3258

Review URL: https://codereview.chromium.org/822733003
src/gpu/GrAAHairLinePathRenderer.cpp