Searched refs:oppLast (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsTSect.h1032 SkTSpan<OppCurve, TCurve>* oppLast = sect2->tail(); local
1034 deleteEmptySpans |= sect2->updateBounded(oppFirst, oppLast, first);
1036 sect2->removeSpanRange(oppFirst, oppLast);
1226 SkTSpan<OppCurve, TCurve>* oppLast; local
1228 oppLast = last->findOppT(last->fCoinEnd.perpT());
1232 oppEndT = oppMatched ? oppLast->fEndT : oppLast->fStartT;
1236 SkTSwap(oppFirst, oppLast);
1243 SkOPASSERT(oppEndT == oppLast->fEndT);
1248 if (!oppLast) {
[all...]
H A DSkOpSegment.cpp1251 SkOpSpanBase* oppLast = oppSpan; local
1262 oppLast = oppNext;
1264 if (oppFirst == oppLast) {
1297 } while (oppTest != oppLast && (oppTest = oppTest->upCast()->next()));
H A DSkPathOpsDebug.cpp1005 const SkOpSpanBase* oppLast = oppSpan; local
1016 oppLast = oppNext;
1018 if (oppFirst == oppLast) {
1051 } while (oppTest != oppLast && (oppTest = oppTest->upCast()->next()));

Completed in 117 milliseconds