Home
last modified time | relevance | path

Searched defs:stroked (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/ops/
DGrShadowRRectOp.cpp50 static int circle_type_to_vert_count(bool stroked) { in circle_type_to_vert_count()
54 static int circle_type_to_index_count(bool stroked) { in circle_type_to_index_count()
58 static const uint16_t* circle_type_to_indices(bool stroked) { in circle_type_to_indices()
DGrOvalOpFactory.cpp572 static int circle_type_to_vert_count(bool stroked) { in circle_type_to_vert_count()
576 static int circle_type_to_index_count(bool stroked) { in circle_type_to_index_count()
580 static const uint16_t* circle_type_to_indices(bool stroked) { in circle_type_to_indices()
667 bool stroked = isStrokeOnly && innerRadius > 0.0f; in CircleOp() local
2118 bool stroked = false; in EllipticalRRectOp() local
/external/skia/gm/
Dreveal.cpp123 SkPath p, stroked; in asPath() local