Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DShapeCache.cpp57 PathTexture* CircleShapeCache::getCircle(float radius, SkPaint* paint) { in getCircle() function in android::uirenderer::CircleShapeCache
DShapeCache.h387 PathTexture* getCircle(float radius, SkPaint* paint);
DOpenGLRenderer.cpp2385 const PathTexture* texture = mCaches.circleShapeCache.getCircle(radius, p); in drawCircle()