Searched defs:roundRect (Results 1 - 3 of 3) sorted by path

/frameworks/base/libs/hwui/
H A DPathCache.h140 } roundRect; member in union:android::uirenderer::PathDescription::Shape
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 DTessellationCache.h74 } roundRect; member in union:android::uirenderer::TessellationCache::Description::Shape

Completed in 294 milliseconds