Searched refs:rectStartIndex (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkPath.cpp1144 const unsigned rectStartIndex = startIndex / 2 + (dir == kCW_Direction ? 0 : 1); local
1145 RectPointIterator rectIter(bounds, dir, rectStartIndex);

Completed in 39 milliseconds