Home | History | Annotate | Download | only in pathops

Lines Matching defs:loop

676             // We're in a loop. If a sort was ambiguous, flip it to end the loop.
699 const SkOpAngle* loop = this;
704 const SkOpSegment* lSegment = loop->fStart->segment();
708 double lStart = loop->fStart->t();
712 double lEnd = loop->fEnd->t();
716 } while ((loop = loop->fNext) != first);