Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathCache.h100 enum ShapeType { enum
112 ShapeType type;
150 PathDescription(ShapeType shapeType, const SkPaint* paint);
DPathCache.cpp55 PathDescription::PathDescription(ShapeType type, const SkPaint* paint): in PathDescription()