Lines Matching refs:PathDescription
46 static bool compareRoundRects(const PathDescription::Shape::RoundRect& lhs, in compareRoundRects()
47 const PathDescription::Shape::RoundRect& rhs) { in compareRoundRects()
51 static bool compareArcs(const PathDescription::Shape::Arc& lhs, const PathDescription::Shape::Arc& … in compareArcs()
60 PathDescription::PathDescription() in PathDescription() function in android::uirenderer::PathDescription
72 PathDescription::PathDescription(ShapeType type, const SkPaint* paint) in PathDescription() function in android::uirenderer::PathDescription
84 hash_t PathDescription::hash() const { in hash()
96 bool PathDescription::operator==(const PathDescription& rhs) const { in operator ==()
180 : mCache(LruCache<PathDescription, PathTexture*>::kUnlimitedCapacity) in PathCache()
212 void PathCache::operator()(PathDescription& entry, PathTexture*& texture) { in operator ()()
274 PathTexture* PathCache::addTexture(const PathDescription& entry, const SkPath *path, in addTexture()
290 void PathCache::generateTexture(const PathDescription& entry, Bitmap& bitmap, in generateTexture()
344 Vector<PathDescription> pathsToRemove; in clearGarbage()
349 LruCache<PathDescription, PathTexture*>::Iterator iter(mCache); in clearGarbage()
351 const PathDescription& key = iter.key(); in clearGarbage()
366 PathDescription entry(ShapeType::Path, paint); in get()
396 PathDescription entry(ShapeType::Path, paint); in remove()
406 PathDescription entry(ShapeType::Path, paint); in precache()
445 PathDescription entry(ShapeType::RoundRect, paint); in getRoundRect()
470 PathDescription entry(ShapeType::Circle, paint); in getCircle()
490 PathDescription entry(ShapeType::Oval, paint); in getOval()
513 PathDescription entry(ShapeType::Rect, paint); in getRect()
537 PathDescription entry(ShapeType::Arc, paint); in getArc()