Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathCache.h128 struct PathDescription { struct
130 ShapeType type;
131 SkPaint::Join join;
132 SkPaint::Cap cap;
133 SkPaint::Style style;
134 float miter;
135 float strokeWidth;
136 SkPathEffect* pathEffect;
137 union Shape {
167 PathDescription(); argument
DPathCache.cpp60 PathDescription::PathDescription() in PathDescription() function in android::uirenderer::PathDescription
72 PathDescription::PathDescription(ShapeType type, const SkPaint* paint) in PathDescription() function in android::uirenderer::PathDescription