Searched refs:roundRect (Results 1 – 5 of 5) sorted by relevance
68 const Shape::RoundRect& lRect = shape.roundRect; in operator ==()69 const Shape::RoundRect& rRect = rhs.shape.roundRect; in operator ==()423 SkRect rect = SkRect::MakeWH(description.shape.roundRect.width, in tessellateRoundRect()424 description.shape.roundRect.height); in tessellateRoundRect()425 float rx = description.shape.roundRect.rx; in tessellateRoundRect()426 float ry = description.shape.roundRect.ry; in tessellateRoundRect()442 entry.shape.roundRect.width = width; in getRoundRectBuffer()443 entry.shape.roundRect.height = height; in getRoundRectBuffer()444 entry.shape.roundRect.rx = rx; in getRoundRectBuffer()445 entry.shape.roundRect.ry = ry; in getRoundRectBuffer()
94 void SkiaCanvasProxy::onDrawRRect(const SkRRect& roundRect, const SkPaint& paint) { in onDrawRRect() argument95 if (!roundRect.isComplex()) { in onDrawRRect()96 const SkRect& rect = roundRect.rect(); in onDrawRRect()97 SkVector radii = roundRect.getSimpleRadii(); in onDrawRRect()102 path.addRRect(roundRect); in onDrawRRect()478 void SkiaCanvasProxy::onClipRRect(const SkRRect& roundRect, SkClipOp op, ClipEdgeStyle) { in onClipRRect() argument480 path.addRRect(roundRect); in onClipRRect()
110 return compareRoundRects(shape.roundRect, rhs.shape.roundRect); in operator ==()446 entry.shape.roundRect.mWidth = width; in getRoundRect()447 entry.shape.roundRect.mHeight = height; in getRoundRect()448 entry.shape.roundRect.mRx = rx; in getRoundRect()449 entry.shape.roundRect.mRy = ry; in getRoundRect()
73 } roundRect; member
146 } roundRect; member