Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DShapeCache.cpp32 PathTexture* RoundRectShapeCache::getRoundRect(float width, float height, in getRoundRect() function in android::uirenderer::RoundRectShapeCache
DShapeCache.h367 PathTexture* getRoundRect(float width, float height, float rx, float ry, SkPaint* paint);
DOpenGLRenderer.cpp1981 const PathTexture* texture = mCaches.roundRectShapeCache.getRoundRect( in drawRoundRect()