Home | History | Annotate | Download | only in core

Lines Matching refs:outer

1251     /** Draw SkRRect outer and inner
1253 outer must contain inner or the drawing is undefined.
1259 GPU-backed platforms optimize drawing when both outer and inner are
1260 concave and outer contains inner. These platforms may not be able to draw
1263 @param outer SkRRect outer bounds to draw
1267 void drawDRRect(const SkRRect& outer, const SkRRect& inner, const SkPaint& paint);
2496 virtual void onDrawDRRect(const SkRRect& outer, const SkRRect& inner, const SkPaint& paint);