Searched defs:stroked (Results 1 – 5 of 5) sorted by relevance
54 static int circle_type_to_vert_count(bool stroked) { in circle_type_to_vert_count()58 static int circle_type_to_index_count(bool stroked) { in circle_type_to_index_count()62 static const uint16_t* circle_type_to_indices(bool stroked) { in circle_type_to_indices()
875 static int circle_type_to_vert_count(bool stroked) { in circle_type_to_vert_count()879 static int circle_type_to_index_count(bool stroked) { in circle_type_to_index_count()883 static const uint16_t* circle_type_to_indices(bool stroked) { in circle_type_to_indices()985 bool stroked = isStrokeOnly && innerRadius > 0.0f; in CircleOp() local2577 bool stroked = false; in EllipticalRRectOp() local
59 static int circle_type_to_vert_count(bool stroked) { in circle_type_to_vert_count()63 static int circle_type_to_index_count(bool stroked) { in circle_type_to_index_count()67 static const uint16_t* circle_type_to_indices(bool stroked) { in circle_type_to_indices()
996 static int circle_type_to_vert_count(bool stroked) { in circle_type_to_vert_count()1000 static int circle_type_to_index_count(bool stroked) { in circle_type_to_index_count()1004 static const uint16_t* circle_type_to_indices(bool stroked) { in circle_type_to_indices()1106 bool stroked = isStrokeOnly && innerRadius > 0.0f; in CircleOp() local2919 bool stroked = false; in EllipticalRRectOp() local
714 SkPath stroked; in drawPath() local