aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu/include/GrPathRenderer.h
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-04-12 15:40:00 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-04-12 15:40:00 +0000
commitbcdbbe61e1a3f89545b2c1461164f0f8bf5f0797 (patch)
treef21dd8fb5f51e41ed8f0fa7881f275e907492bf7 /gpu/include/GrPathRenderer.h
parent13a950ae4e250f1a6a7074eb696591cafbfa71e6 (diff)
rename XHelper members to onX
Review URL: http://codereview.appspot.com/4380056/ git-svn-id: http://skia.googlecode.com/svn/trunk@1113 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gpu/include/GrPathRenderer.h')
-rw-r--r--gpu/include/GrPathRenderer.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/gpu/include/GrPathRenderer.h b/gpu/include/GrPathRenderer.h
index 25bb74877b..91d9086caa 100644
--- a/gpu/include/GrPathRenderer.h
+++ b/gpu/include/GrPathRenderer.h
@@ -147,12 +147,12 @@ public:
const GrPoint* translate);
private:
- void drawPathHelper(GrDrawTarget* target,
- GrDrawTarget::StageBitfield stages,
- GrPathIter* path,
- GrPathFill fill,
- const GrPoint* translate,
- bool stencilOnly);
+ void onDrawPath(GrDrawTarget* target,
+ GrDrawTarget::StageBitfield stages,
+ GrPathIter* path,
+ GrPathFill fill,
+ const GrPoint* translate,
+ bool stencilOnly);
bool fSeparateStencil;
bool fStencilWrapOps;