aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/SkRRect_Reference.bmh
diff options
context:
space:
mode:
Diffstat (limited to 'docs/SkRRect_Reference.bmh')
-rw-r--r--docs/SkRRect_Reference.bmh18
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/SkRRect_Reference.bmh b/docs/SkRRect_Reference.bmh
index 638e356a6b..4b1a403e14 100644
--- a/docs/SkRRect_Reference.bmh
+++ b/docs/SkRRect_Reference.bmh
@@ -4,24 +4,6 @@
#Class SkRRect
-#Private
-Path forward:
- core work
- add contains(SkRect&) - for clip stack
- add contains(SkRRect&) - for clip stack
- add heart rect computation (max rect inside RR)
- add 9patch rect computation
- add growToInclude(SkPath&)
- analysis
- use growToInclude to fit skp round rects & generate stats (RRs vs. real paths)
- check on # of rectorus's the RRs could handle
- rendering work
- update SkPath.addRRect() to only use quads
- add GM and bench
- further out
- detect and triangulate RRectorii rather than falling back to SW in Ganesh
-##
-
SkRRect describes a rounded rectangle with a bounds and a pair of radii for each corner.
The bounds and radii can be set so that SkRRect describes a rectangle with sharp corners,
a Circle, an Oval, or a rectangle with one or more rounded corners.