Searched refs:rectStartIndex (Results 1 – 1 of 1) sorted by relevance
1144 const unsigned rectStartIndex = startIndex / 2 + (dir == kCW_Direction ? 0 : 1); in addRRect() local1145 RectPointIterator rectIter(bounds, dir, rectStartIndex); in addRRect()