Searched defs:PathTexture (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DPathCache.h60 struct PathTexture: public Texture { struct in namespace:android::uirenderer
61 PathTexture(Caches& caches): Texture(caches) { function in struct:android::uirenderer::PathTexture
64 ~PathTexture() {
97 }; // struct PathTexture
181 class PathCache: public OnEntryRemoved<PathDescription, PathTexture*> {
190 void operator()(PathDescription& path, PathTexture*& texture);
210 PathTexture* getRoundRect(float width, float height, float rx, float ry, SkPaint* paint);
211 PathTexture* getCircle(float radius, SkPaint* paint);
212 PathTexture* getOval(float width, float height, SkPaint* paint);
213 PathTexture* getRec
[all...]

Completed in 25 milliseconds