Searched refs:getRoundRect (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/ |
D | PathCache.h | 183 PathTexture* getRoundRect(float width, float height, float rx, float ry, const SkPaint* paint);
|
D | TessellationCache.h | 159 const VertexBuffer* getRoundRect(const Matrix4& transform, const SkPaint& paint, float width,
|
D | TessellationCache.cpp | 438 const VertexBuffer* TessellationCache::getRoundRect(const Matrix4& transform, const SkPaint& paint, in getRoundRect() function in android::uirenderer::TessellationCache
|
D | PathCache.cpp | 437 PathTexture* PathCache::getRoundRect(float width, float height, float rx, float ry, in getRoundRect() function in android::uirenderer::PathCache
|
D | BakedOpDispatcher.cpp | 678 PathTexture* texture = renderer.caches().pathCache.getRoundRect( in onRoundRectOp() 687 const VertexBuffer* buffer = renderer.caches().tessellationCache.getRoundRect( in onRoundRectOp()
|