Searched defs:stroked (Results 1 – 3 of 3) sorted by relevance
50 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()
572 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() local2118 bool stroked = false; in EllipticalRRectOp() local
123 SkPath p, stroked; in asPath() local