Lines Matching refs:PathDescription
122 struct PathDescription { struct
123 HASHABLE_TYPE(PathDescription);
161 PathDescription(); argument
162 PathDescription(ShapeType shapeType, const SkPaint* paint);
170 class PathCache: public OnEntryRemoved<PathDescription, PathTexture*> {
179 void operator()(PathDescription& path, PathTexture*& texture) override;
237 PathTexture* addTexture(const PathDescription& entry,
239 PathTexture* addTexture(const PathDescription& entry, SkBitmap* bitmap);
245 void generateTexture(const PathDescription& entry, SkBitmap* bitmap, PathTexture* texture,
248 PathTexture* get(const PathDescription& entry) { in get()
300 LruCache<PathDescription, PathTexture*> mCache;