Lines Matching defs:start
112 // GrStyledShape only respects the input winding direction and start point for rrect shapes
115 // unstyled key will differ. GrStyledShape will have canonicalized the direction and start point
466 unsigned start;
468 if (SkPathPriv::IsSimpleRect(fPath, false, &rect, &dir, &start)) {
1326 // RRect types can have a change in start index or direction after the PE is applied. This
1634 // rect and oval types have rrect start indices that collapse to the same point. Here we select the
1671 unsigned start,
1676 start * ( kStyleCnt * 2) +
1685 for (unsigned start = 0; start < 8; ++start) {
1689 shapes[index(inverted, dir, start, style, dash)] =
1690 GrStyledShape(rrect, dir, start, SkToBool(inverted),
1817 for (unsigned start = 0; start < 8; ++start) {
1819 const GrStyledShape& fillCase = shapes[index(inverted, dir, start, kFill,
1824 const GrStyledShape& strokeAndFillCase = shapes[index(inverted, dir, start,
1841 const GrStyledShape& strokeCase = shapes[index(inverted, dir, start, kStroke,
1843 const GrStyledShape& hairlineCase = shapes[index(inverted, dir, start,
1854 unsigned expectedStart = canonicalize_rrect_start(start, rrect);
1872 // dir and start match (dir=cw, start=0).
2334 // Test that two arcs that start at the same angle but specified differently are equivalent.