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

/frameworks/base/libs/hwui/
H A DPathCache.cpp44 static bool compareRoundRects(const PathDescription::Shape::RoundRect& lhs,
45 const PathDescription::Shape::RoundRect& rhs) {
49 static bool compareArcs(const PathDescription::Shape::Arc& lhs, const PathDescription::Shape::Arc& rhs) {
58 PathDescription::PathDescription() function in class:android::uirenderer::PathDescription
70 PathDescription::PathDescription(ShapeType type, const SkPaint* paint) function in class:android::uirenderer::PathDescription
82 hash_t PathDescription::hash() const {
94 bool PathDescription
[all...]
H A DPathCache.h122 struct PathDescription { struct in namespace:android::uirenderer
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
[all...]

Completed in 353 milliseconds