Lines Matching full:oend
682 SkOpSpan* oEnd = oTest;
686 if (oStartPt == oEnd->fPt || oStartT == oEnd->fT) {
689 while (oStartPt == oEnd->fPt || oStartT == oEnd->fT) {
690 zeroSpan(oEnd);
691 oEnd = &fTs[++oIndex];
1360 int oEnd = thisOther->nextExactSpan(oIndex, oStep);
1361 if (oEnd < 0) {
1364 const SkOpSpan& oSpan = thisOther->span(oEnd);
1414 int oEnd, int step, SkPoint* startPt, SkPoint* endPt, double* endT) const {
1417 const SkOpSpan* otherSpan = &other->span(oEnd);