Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathCache.h122 struct PathDescription { struct
124 ShapeType type;
125 SkPaint::Join join;
126 SkPaint::Cap cap;
127 SkPaint::Style style;
128 float miter;
129 float strokeWidth;
130 SkPathEffect* pathEffect;
131 union Shape {
161 PathDescription(); argument
DPathCache.cpp58 PathDescription::PathDescription() in PathDescription() function in android::uirenderer::PathDescription
70 PathDescription::PathDescription(ShapeType type, const SkPaint* paint) in PathDescription() function in android::uirenderer::PathDescription