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

/frameworks/base/libs/hwui/
H A DShapeCache.h55 struct PathTexture: public Texture { struct in namespace:android::uirenderer
56 PathTexture(): Texture() { function in struct:android::uirenderer::PathTexture
71 }; // struct PathTexture
308 class ShapeCache: public OnEntryRemoved<Entry, PathTexture*> {
317 void operator()(Entry& path, PathTexture*& texture);
338 PathTexture* addTexture(const Entry& entry, const SkPath *path, const SkPaint* paint);
339 PathTexture* addTexture(const Entry& entry, SkBitmap* bitmap);
340 void addTexture(const Entry& entry, SkBitmap* bitmap, PathTexture* texture);
353 PathTexture* get(Entry entry) {
357 void removeTexture(PathTexture* textur
[all...]

Completed in 110 milliseconds