Searched refs:startsWithConic (Results 1 – 3 of 3) sorted by relevance
699 const bool startsWithConic = ((index & 1) == (dir == SkPathDirection::kCW)); in addRRect() local702 const int kVerbs = startsWithConic in addRRect()714 if (startsWithConic) { in addRRect()
945 const bool startsWithConic = ((startIndex & 1) == (dir == SkPathDirection::kCW)); in addRRect() local949 const int kVerbs = startsWithConic in addRRect()961 if (startsWithConic) { in addRRect()
1194 const bool startsWithConic = ((startIndex & 1) == (dir == kCW_Direction)); in addRRect() local1198 const int kVerbs = startsWithConic in addRRect()1210 if (startsWithConic) { in addRRect()