Lines Matching refs:oEnd
448 const SkOpSpanBase* oEnd = coin->oppPtTEnd()->span(); in addExpanded() local
449 FAIL_IF(oEnd->deleted()); in addExpanded()
457 while (test != end || oTest != oEnd) { in addExpanded()
503 oEnd = coin->oppPtTEnd()->span(); in addExpanded()
510 if (oTest != oEnd) { in addExpanded()
1041 const SkOpSpanBase* oEnd = (flipped ? coin->oppPtTStart() : coin->oppPtTEnd())->span(); in apply() local
1042 SkASSERT(oStart == oStart->starter(oEnd)); in apply()
1047 if (oEnd->deleted()) { in apply()
1052 if (oNext == oEnd) { in apply()
1350 SkOpSpanBase* oEnd = coin->oppPtTEndWritable()->span(); in mark() local
1351 FAIL_IF(oEnd->deleted()); in mark()
1355 swap(oStart, oEnd); in mark()
1361 end->insertCoinEnd(oEnd); in mark()
1372 while ((oNext = oNext->upCast()->next()) != oEnd) { in mark()