Lines Matching refs:PathDescription
122 struct PathDescription {
123 HASHABLE_TYPE(PathDescription);
161 PathDescription();
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) {
300 LruCache<PathDescription, PathTexture*> mCache;