Lines Matching refs:autoClose
1735 SkPath::Verb SkPath::Iter::autoClose(SkPoint pts[2]) { in autoClose() function in SkPath::Iter
1763 if (kLine_Verb == this->autoClose(ptsParam)) { in next()
1780 verb = this->autoClose(pts); in next()
1818 verb = this->autoClose(pts); in next()
3470 bool autoClose = false; in IsRectContour() local
3473 while (*currVerb < verbCnt && (!allowPartial || !autoClose)) { in IsRectContour()
3478 autoClose = true; in IsRectContour()
3507 if (autoClose && nextDirection == directions[0]) { in IsRectContour()
3510 closedOrMoved = autoClose; in IsRectContour()
3546 if (allowPartial && !autoClose && directions[0] >= 0) { in IsRectContour()
3586 *isClosed = autoClose; in IsRectContour()