Home
last modified time | relevance | path

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

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