Lines Matching refs:startIndex
406 SkScalar startIndex = std::fmod(startOver90I + 1.f, 4.f);
407 startIndex = startIndex < 0 ? startIndex + 4.f : startIndex;
409 (unsigned) startIndex);
590 PointIterator(SkPathDirection dir, unsigned startIndex)
591 : fCurrent(startIndex % N)
615 RectPointIterator(const SkRect& rect, SkPathDirection dir, unsigned startIndex)
616 : PointIterator(dir, startIndex) {
627 OvalPointIterator(const SkRect& oval, SkPathDirection dir, unsigned startIndex)
628 : PointIterator(dir, startIndex) {
642 RRectPointIterator(const SkRRect& rrect, SkPathDirection dir, unsigned startIndex)
643 : PointIterator(dir, startIndex)