Searched refs:getOval (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DPathCache.h197 PathTexture* getOval(float width, float height, const SkPaint* paint);
H A DPathCache.cpp507 PathTexture* PathCache::getOval(float width, float height, const SkPaint* paint) { function in class:android::uirenderer::PathCache
H A DBakedOpDispatcher.cpp573 PathTexture* texture = renderer.caches().pathCache.getOval(
H A DOpenGLRenderer.cpp1876 PathTexture* texture = mCaches.pathCache.getOval(right - left, bottom - top, p);

Completed in 31 milliseconds