Revert of Make AALinearizingConvexPathRenderer able to handle stroke and fill (patchs...
authorrobertphillips <robertphillips@google.com>
Wed, 7 Sep 2016 15:29:08 +0000 (08:29 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 7 Sep 2016 15:29:08 +0000 (08:29 -0700)
commit7a00e8bc9868f262d13d21c484f978f99e0adb95
treef599567384b1636465075a7e1fc490101d2f8b0a
parentb393a49e5fa7e69ba67692929e9fa2a4e1f6bbb1
Revert of Make AALinearizingConvexPathRenderer able to handle stroke and fill (patchset #7 id:120001 of https://codereview.chromium.org/2301353004/ )

Reason for revert:
Image quality issues on Android devices

Original issue's description:
> Make AALinearizingConvexPathRenderer able to handle stroke and fill
>
> This is intended to catch stroke-and-fill convex paths with potentially small stroke widths (e.g., .1).
>
> It does have the disconcerting side effect of changing bevel-joined stroke-and-filled degenerate-single-line-rects into plain rects (w/o triangular end-caps).
>
> GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2301353004
>
> Committed: https://skia.googlesource.com/skia/+/522bcd99fa65a8abd130880f59b500cf367d0845

TBR=ethannicholas@google.com,jvanverth@google.com
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true

Review-Url: https://codereview.chromium.org/2318183002
src/gpu/batches/GrAAConvexTessellator.cpp
src/gpu/batches/GrAAConvexTessellator.h
src/gpu/batches/GrAALinearizingConvexPathRenderer.cpp