Lines Matching refs:autoClose
1735 SkPath::Verb SkPath::Iter::autoClose(SkPoint pts[2]) {
1763 if (kLine_Verb == this->autoClose(ptsParam)) {
1780 verb = this->autoClose(pts);
1818 verb = this->autoClose(pts);
3516 bool autoClose = false;
3519 while (*currVerb < verbCnt && (!allowPartial || !autoClose)) {
3524 autoClose = true;
3553 if (autoClose && nextDirection == directions[0]) {
3556 closedOrMoved = autoClose;
3592 if (allowPartial && !autoClose && directions[0] >= 0) {
3632 *isClosed = autoClose;