Searched defs:stroked (Results 1 – 6 of 6) 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
949 static int circle_type_to_vert_count(bool stroked) { in circle_type_to_vert_count()953 static int circle_type_to_index_count(bool stroked) { in circle_type_to_index_count()957 static const uint16_t* circle_type_to_indices(bool stroked) { in circle_type_to_indices()1059 bool stroked = isStrokeOnly && innerRadius > 0.0f; in CircleOp() local2708 bool stroked = false; in EllipticalRRectOp() local
714 SkPath stroked; in drawPath() local