HomeSort by relevance Sort by last modified time
    Searched refs:PathDescription (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
PathCache.h 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)
    [all...]
PathCache.cpp 44 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()
70 PathDescription::PathDescription(ShapeType type, const SkPaint* paint)
82 hash_t PathDescription::hash() const {
94 bool PathDescription::operator==(const PathDescription& rhs) const
    [all...]

Completed in 58 milliseconds