Home | History | Annotate | Download | only in pathops

Lines Matching defs:missing

1139             // this segment is missing a entry that the other contains
1140 // remember so we can add the missing one and recompute the indices
1141 SkOpSpan* missing = missingSpans.append();
1142 missing->fT = t;
1143 missing->fOther = match;
1144 missing->fOtherT = matchT;
1145 missing->fPt = peekSpan.fPt;
1156 const SkOpSpan& missing = missingSpans[index];
1157 addTPair(missing.fT, missing.fOther, missing.fOtherT, false, missing.fPt);
1161 const SkOpSpan& missing = missingSpans[index];
1162 missing.fOther->fixOtherTIndex();