Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPathBuilder.cpp710 const unsigned rectStartIndex = index / 2 + (dir == SkPathDirection::kCW ? 0 : 1); in addRRect() local
711 RectPointIterator rectIter(bounds, dir, rectStartIndex); in addRRect()
DSkPath.cpp957 const unsigned rectStartIndex = startIndex / 2 + (dir == SkPathDirection::kCW ? 0 : 1); in addRRect() local
958 SkPath_RectPointIterator rectIter(bounds, dir, rectStartIndex); in addRRect()
/external/skqp/src/core/
DSkPath.cpp1206 const unsigned rectStartIndex = startIndex / 2 + (dir == kCW_Direction ? 0 : 1); in addRRect() local
1207 RectPointIterator rectIter(bounds, dir, rectStartIndex); in addRRect()