Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathCache.h110 struct PathDescription { struct
112 ShapeType type;
113 SkPaint::Join join;
114 SkPaint::Cap cap;
115 SkPaint::Style style;
116 float miter;
117 float strokeWidth;
118 SkPathEffect* pathEffect;
119 union Shape {
149 PathDescription(); argument
DPathCache.cpp44 PathDescription::PathDescription(): in PathDescription() function in android::uirenderer::PathDescription
55 PathDescription::PathDescription(ShapeType type, const SkPaint* paint): in PathDescription() function in android::uirenderer::PathDescription