aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPathRenderer.h
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2016-12-10 09:35:48 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-12-13 15:22:28 +0000
commit82125e9aa22b17e540edd6963781e56031c9b221 (patch)
treeb81ec90caa8addc049637fb151ba78e44f9bff6e /src/gpu/GrPathRenderer.h
parent72245c522ab65593239f2056df16082edb4e0a2e (diff)
Remove antialias axis from GrPathRendererChain::DrawType
Change-Id: I910ef57027059c3c7dd780ba9de40363c201e174 Reviewed-on: https://skia-review.googlesource.com/5728 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'src/gpu/GrPathRenderer.h')
-rw-r--r--src/gpu/GrPathRenderer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gpu/GrPathRenderer.h b/src/gpu/GrPathRenderer.h
index c002c12889..8548087641 100644
--- a/src/gpu/GrPathRenderer.h
+++ b/src/gpu/GrPathRenderer.h
@@ -40,10 +40,10 @@ public:
* rendered into the stencil.
*
* A GrPathRenderer can provide three levels of support for stenciling paths:
- * 1) kNoRestriction: This is the most general. The caller sets up the GrPipelineBuilder on the target
- * and calls drawPath(). The path is rendered exactly as the draw state
- * indicates including support for simultaneous color and stenciling with
- * arbitrary stenciling rules. Pixels partially covered by AA paths are
+ * 1) kNoRestriction: This is the most general. The caller sets up the GrPipelineBuilder on the
+ * target and calls drawPath(). The path is rendered exactly as the draw
+ * state indicates including support for simultaneous color and stenciling
+ * with arbitrary stenciling rules. Pixels partially covered by AA paths are
* affected by the stencil settings.
* 2) kStencilOnly: The path renderer cannot apply arbitrary stencil rules nor shade and stencil
* simultaneously. The path renderer does support the stencilPath() function