commit | fa66294c7705831808ce7772d4328fc626d45034 | [log] [tgz] |
---|---|---|
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu May 17 12:20:22 2012 +0000 |
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu May 17 12:20:22 2012 +0000 |
tree | 809fc86e53ef8f0c2373fcd9e7edaf0d1ad4d166 | |
parent | 5acc0e36d987dff3172fd45a14b66c52a51d49e4 [diff] [blame] |
First functioning version of SW-only clip mask creator http://codereview.appspot.com/6208072/ git-svn-id: http://skia.googlecode.com/svn/trunk@3984 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrAAHairLinePathRenderer.h b/src/gpu/GrAAHairLinePathRenderer.h index 6dd9ea9..e45fa35 100644 --- a/src/gpu/GrAAHairLinePathRenderer.h +++ b/src/gpu/GrAAHairLinePathRenderer.h
@@ -21,6 +21,12 @@ GrPathFill fill, const GrDrawTarget* target, bool antiAlias) const SK_OVERRIDE; + + static bool staticCanDrawPath(const SkPath& path, + GrPathFill fill, + const GrDrawTarget* target, + bool antiAlias); + protected: virtual bool onDrawPath(const SkPath& path, GrPathFill fill,