Searched refs:getCircle (Results 1 – 3 of 3) sorted by relevance
57 PathTexture* CircleShapeCache::getCircle(float radius, SkPaint* paint) { in getCircle() function in android::uirenderer::CircleShapeCache
387 PathTexture* getCircle(float radius, SkPaint* paint);
2385 const PathTexture* texture = mCaches.circleShapeCache.getCircle(radius, p); in drawCircle()