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

/frameworks/base/libs/hwui/
H A DPathCache.h59 struct PathTexture;
62 PathTask(const SkPath* path, const SkPaint* paint, PathTexture* texture)
70 PathTexture* texture;
76 struct PathTexture : public Texture { struct in namespace:android::uirenderer
77 PathTexture(Caches& caches, int generation) : Texture(caches) { this->generation = generation; } function in struct:android::uirenderer::PathTexture
79 ~PathTexture() { clearTask(); }
106 }; // struct PathTexture
158 class PathCache : public OnEntryRemoved<PathDescription, PathTexture*> {
167 void operator()(PathDescription& path, PathTexture*& texture) override;
183 PathTexture* getRoundRec
[all...]

Completed in 20 milliseconds