Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathCache.h203 PathTexture* getOval(float width, float height, const SkPaint* paint);
DPathCache.cpp489 PathTexture* PathCache::getOval(float width, float height, const SkPaint* paint) { in getOval() function in android::uirenderer::PathCache
DBakedOpDispatcher.cpp559 PathTexture* texture = renderer.caches().pathCache.getOval( in onOvalOp()