Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPath.cpp1152 const unsigned rectStartIndex = startIndex / 2 + (dir == kCW_Direction ? 0 : 1); in addRRect() local
1153 RectPointIterator rectIter(bounds, dir, rectStartIndex); in addRRect()