Home | History | Annotate | Download | only in ops

Lines Matching defs:stroked

32 // For stroked circles, we use two nested octagons.
52 static int circle_type_to_vert_count(bool stroked) {
53 return stroked ? kVertsPerStrokeCircle : kVertsPerFillCircle;
56 static int circle_type_to_index_count(bool stroked) {
57 return stroked ? kIndicesPerStrokeCircle : kIndicesPerFillCircle;
60 static const uint16_t* circle_type_to_indices(bool stroked) {
61 return stroked ? gStrokeCircleIndices : gFillCircleIndices;
104 bool stroked = isStrokeOnly && innerRadius > 0.0f;
112 Circle{color, outerRadius, innerRadius, blurRadius, devBounds, stroked});
120 op->fVertCount = circle_type_to_vert_count(stroked);
121 op->fIndexCount = circle_type_to_index_count(stroked);
436 // we place this at the end so that we can skip these indices when rendering as stroked
512 // whether the rrect is only stroked or stroked and filled.
731 // Effectively this is an additional stroked rrect, with its