Lines Matching refs:oStart

446         const SkOpSpanBase* oStart = oStartPtT->span();  in addExpanded()  local
452 FAIL_IF(!coin->flipped() && !oStart->upCastable()); in addExpanded()
453 const SkOpSpanBase* oTest = coin->flipped() ? oStart->prev() : oStart->upCast()->next(); in addExpanded()
456 SkOpSegment* oSeg = oStart->segment(); in addExpanded()
500 oTest = oStart; in addExpanded()
1037 SkOpSpan* oStart = oStartBase->upCast(); in apply() local
1038 if (oStart->deleted()) { in apply()
1042 SkASSERT(oStart == oStart->starter(oEnd)); in apply()
1044 SkOpSegment* oSegment = oStart->segment(); in apply()
1051 SkOpSpanBase* oNext = oStart->next(); in apply()
1056 oStart = oNext->upCast(); in apply()
1062 int oWindValue = oStart->windValue(); in apply()
1063 int oOppValue = oStart->oppValue(); in apply()
1074 if (addToStart ? start->done() : oStart->done()) { in apply()
1120 oStart->debugID(), oWindValue, oOppValue); in apply()
1126 oStart->setWindValue(oWindValue); in apply()
1127 oStart->setOppValue(oOppValue); in apply()
1132 oSegment->markDone(oStart); in apply()
1135 SkOpSpanBase* oNext = flipped ? oStart->prev() : oStart->next(); in apply()
1143 oNext = oStart; in apply()
1145 oStart = oNext->upCast(); in apply()
1348 SkOpSpanBase* oStart = coin->oppPtTStartWritable()->span(); in mark() local
1349 SkOPASSERT(!oStart->deleted()); in mark()
1355 swap(oStart, oEnd); in mark()
1359 FAIL_IF(!oStart->upCastable()); in mark()
1360 start->insertCoincidence(oStart->upCast()); in mark()
1363 const SkOpSegment* oSegment = oStart->segment(); in mark()
1365 SkOpSpanBase* oNext = oStart; in mark()