HomeSort by relevance Sort by last modified time
    Searched refs:RRect (Results 1 - 3 of 3) sorted by null

  /external/skia/gm/
reveal.cpp 33 // simple circular_ RRect in "rr"
44 class RRect : public Object {
46 RRect(const SkRect& r) {
96 return new RRect(r);
118 // In this case we want the outline of the stroked rrect
358 RRect::Make, StrokedRRect::Make, Oval::Make, Rect::Make, Pentagon::Make
445 const SkRRect rrect = SkRRect::MakeRectXY( variable
448 canvas->drawRRect(rrect, paint);
449 canvas->drawRRect(rrect, strokePaint);
  /external/skia/tests/
GrShapeTest.cpp 130 RRectGeo(const SkRRect& rrect) : fRRect(rrect) {}
188 // The fill is ignored (zero area) and the stroke is converted to a rrect.
242 const SkRRect& rrect() const { return fRRect; } function in class:__anon29849::RRectPathGeo
329 // If the output of the path effect is a rrect then it is possible for a and b to be
332 // fAppliedPEThenStroke will have converted the rrect_as_path back to a rrect. However,
456 // GrShape only respects the input winding direction and start point for rrect shapes
457 // when there is a path effect. Thus, if there are two GrShapes representing the same rrect
1048 SkRRect rrect; local
1934 SkRRect rrect; local
    [all...]
  /frameworks/base/libs/hwui/
SkiaCanvas.cpp 208 Clip(const SkRRect& rrect, SkClipOp op, const SkMatrix& m)
209 : mType(Type::RRect), mOp(op), mMatrix(m), mRRect(rrect) {}
219 case Type::RRect:
231 RRect,

Completed in 160 milliseconds