aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkRRect.h
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-16 23:35:31 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-16 23:35:31 +0000
commit14e50ae2a1b1cccdace599247b8c788b8db33ef4 (patch)
tree10db15322e348a58d79404ce4d241a314b4c070c /include/core/SkRRect.h
parente24ad23ae67ffcb0dc545b7e426cf08d102e0868 (diff)
Make canvas pass rrects along to clip stack
BUG=skia:2181 R=robertphillips@google.com, reed@google.com Author: bsalomon@google.com Review URL: https://codereview.chromium.org/167283004 git-svn-id: http://skia.googlecode.com/svn/trunk@13470 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core/SkRRect.h')
-rw-r--r--include/core/SkRRect.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/core/SkRRect.h b/include/core/SkRRect.h
index 66c433f43b..e70cff6db9 100644
--- a/include/core/SkRRect.h
+++ b/include/core/SkRRect.h
@@ -26,15 +26,9 @@ class SkMatrix;
// use growToInclude to fit skp round rects & generate stats (RRs vs. real paths)
// check on # of rectorus's the RRs could handle
// rendering work
-// add entry points (clipRRect, drawRRect) - plumb down to SkBaseDevice
-// update SkPath.addRRect() to take an SkRRect - only use quads
-// -- alternatively add addRRectToPath here
+// update SkPath.addRRect() to only use quads
// add GM and bench
-// clipping opt
-// update SkClipStack to perform logic with RRs
// further out
-// add RR rendering shader to Ganesh (akin to cicle drawing code)
-// - only for simple RRs
// detect and triangulate RRectorii rather than falling back to SW in Ganesh
//