Searched refs:rectStartIndex (Results 1 – 3 of 3) sorted by relevance
710 const unsigned rectStartIndex = index / 2 + (dir == SkPathDirection::kCW ? 0 : 1); in addRRect() local711 RectPointIterator rectIter(bounds, dir, rectStartIndex); in addRRect()
957 const unsigned rectStartIndex = startIndex / 2 + (dir == SkPathDirection::kCW ? 0 : 1); in addRRect() local958 SkPath_RectPointIterator rectIter(bounds, dir, rectStartIndex); in addRRect()
1206 const unsigned rectStartIndex = startIndex / 2 + (dir == kCW_Direction ? 0 : 1); in addRRect() local1207 RectPointIterator rectIter(bounds, dir, rectStartIndex); in addRRect()