Home | History | Annotate | Download | only in core

Lines Matching defs:autoClose

504     bool autoClose = false;
506 while (*currVerb < verbCnt && (!allowPartial || !autoClose)) {
511 autoClose = true;
537 if (autoClose && nextDirection == firstDirection) {
540 closedOrMoved = autoClose;
572 bool result = 4 == corners && (first == last || autoClose);
577 *isClosed = autoClose;
1779 SkPath::Verb SkPath::Iter::autoClose(SkPoint pts[2]) {
1895 if (kLine_Verb == this->autoClose(ptsParam)) {
1913 verb = this->autoClose(pts);
1949 verb = this->autoClose(pts);