Lines Matching refs:oStart
205 SkOpSpan* oStart = (flipped ? coin->fOppPtTEnd : coin->fOppPtTStart)->span()->upCast(); in apply() local
206 if (oStart->deleted()) { in apply()
210 SkASSERT(oStart == oStart->starter(oEnd)); in apply()
212 SkOpSegment* oSegment = oStart->segment(); in apply()
216 SkOpSpanBase* oNext = oStart->next(); in apply()
220 oStart = oNext->upCast(); in apply()
226 int oWindValue = oStart->windValue(); in apply()
227 int oOppValue = oStart->oppValue(); in apply()
276 oStart->setWindValue(oWindValue); in apply()
277 oStart->setOppValue(oOppValue); in apply()
282 oSegment->markDone(oStart); in apply()
285 SkOpSpanBase* oNext = flipped ? oStart->prev() : oStart->next(); in apply()
292 oNext = oStart; in apply()
294 oStart = oNext->upCast(); in apply()
393 SkOpSpanBase* oStart = coin->fOppPtTStart->span()->starter(&oEnd); in mark() local
396 SkTSwap(oStart, oEnd); in mark()
399 SkOpSpanBase* oNext = oStart; in mark()