Home
last modified time | relevance | path

Searched refs:getRoundRect (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
DPathCache.h183 PathTexture* getRoundRect(float width, float height, float rx, float ry, const SkPaint* paint);
DTessellationCache.h159 const VertexBuffer* getRoundRect(const Matrix4& transform, const SkPaint& paint, float width,
DTessellationCache.cpp438 const VertexBuffer* TessellationCache::getRoundRect(const Matrix4& transform, const SkPaint& paint, in getRoundRect() function in android::uirenderer::TessellationCache
DPathCache.cpp437 PathTexture* PathCache::getRoundRect(float width, float height, float rx, float ry, in getRoundRect() function in android::uirenderer::PathCache
DBakedOpDispatcher.cpp678 PathTexture* texture = renderer.caches().pathCache.getRoundRect( in onRoundRectOp()
687 const VertexBuffer* buffer = renderer.caches().tessellationCache.getRoundRect( in onRoundRectOp()