Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkPathBuilder.cpp727 const unsigned rectStartIndex = index / 2 + (dir == SkPathDirection::kCW ? 0 : 1); in addRRect() local
728 RectPointIterator rectIter(bounds, dir, rectStartIndex); in addRRect()
H A DSkPath.cpp966 const unsigned rectStartIndex = startIndex / 2 + (dir == SkPathDirection::kCW ? 0 : 1); in addRRect() local
967 SkPath_RectPointIterator rectIter(bounds, dir, rectStartIndex); in addRRect()

Completed in 9 milliseconds