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

/frameworks/base/libs/hwui/
H A DTessellationCache.h128 const VertexBuffer* getRoundRect(const Matrix4& transform, const SkPaint& paint,
H A DPathCache.h189 PathTexture* getRoundRect(float width, float height, float rx, float ry, const SkPaint* paint);
H A DPathCache.cpp504 PathTexture* PathCache::getRoundRect(float width, float height, function in class:android::uirenderer::PathCache
H A DTessellationCache.cpp470 const VertexBuffer* TessellationCache::getRoundRect(const Matrix4& transform, const SkPaint& paint, function in class:android::uirenderer::TessellationCache
H A DOpenGLRenderer.cpp2546 const PathTexture* texture = mCaches.pathCache.getRoundRect(
2551 const VertexBuffer* vertexBuffer = mCaches.tessellationCache.getRoundRect(

Completed in 54 milliseconds