Home
last modified time | relevance | path

Searched refs:ShapeType (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DPathCache.cpp59 : type(ShapeType::None) in PathDescription()
70 PathDescription::PathDescription(ShapeType type, const SkPaint* paint) in PathDescription()
103 case ShapeType::None: in operator ==()
105 case ShapeType::Rect: in operator ==()
107 case ShapeType::RoundRect: in operator ==()
109 case ShapeType::Circle: in operator ==()
111 case ShapeType::Oval: in operator ==()
113 case ShapeType::Arc: in operator ==()
115 case ShapeType::Path: in operator ==()
369 if (key.type == ShapeType::Path && key.shape.path.mGenerationID == generationID) { in clearGarbage()
[all …]
DPathCache.h112 enum class ShapeType { enum
124 ShapeType type;
162 PathDescription(ShapeType shapeType, const SkPaint* paint);