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):
71 PathTexture* texture;
77 struct PathTexture: public Texture { struct in namespace:android::uirenderer
78 PathTexture(Caches& caches, int generation) function in struct:android::uirenderer::PathTexture
83 ~PathTexture() {
116 }; // struct PathTexture
176 class PathCache: public OnEntryRemoved<PathDescription, PathTexture*> {
185 void operator()(PathDescription& path, PathTexture*& texture) override;
201 PathTexture* getRoundRec
[all...]

Completed in 1002 milliseconds