Searched refs:roundRect (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DTessellationCache.cpp69 const Shape::RoundRect& lRect = shape.roundRect;
70 const Shape::RoundRect& rRect = rhs.shape.roundRect;
439 SkRect rect = SkRect::MakeWH(description.shape.roundRect.width,
440 description.shape.roundRect.height);
441 float rx = description.shape.roundRect.rx;
442 float ry = description.shape.roundRect.ry;
458 entry.shape.roundRect.width = width;
459 entry.shape.roundRect.height = height;
460 entry.shape.roundRect.rx = rx;
461 entry.shape.roundRect
[all...]
H A DSkiaCanvasProxy.cpp87 void SkiaCanvasProxy::onDrawRRect(const SkRRect& roundRect, const SkPaint& paint) { argument
88 if (!roundRect.isComplex()) {
89 const SkRect& rect = roundRect.rect();
90 SkVector radii = roundRect.getSimpleRadii();
95 path.addRRect(roundRect);
384 void SkiaCanvasProxy::onClipRRect(const SkRRect& roundRect, SkRegion::Op op, ClipEdgeStyle) { argument
386 path.addRRect(roundRect);
H A DPathCache.cpp108 return compareRoundRects(shape.roundRect, rhs.shape.roundRect);
464 entry.shape.roundRect.mWidth = width;
465 entry.shape.roundRect.mHeight = height;
466 entry.shape.roundRect.mRx = rx;
467 entry.shape.roundRect.mRy = ry;
H A DPathCache.h140 } roundRect; member in union:android::uirenderer::PathDescription::Shape
H A DTessellationCache.h74 } roundRect; member in union:android::uirenderer::TessellationCache::Description::Shape

Completed in 274 milliseconds