Lines Matching refs:oStart
389 SkOpSpan* oStart = (flipped ? coin->fOppPtTEnd : coin->fOppPtTStart)->span()->upCast(); in apply() local
390 SkASSERT(oStart == oStart->starter(oEnd)); in apply()
392 SkOpSegment* oSegment = oStart->segment(); in apply()
396 SkOpSpanBase* oNext = oStart->next(); in apply()
400 oStart = oNext->upCast(); in apply()
407 int oWindValue = oStart->windValue(); in apply()
409 int oOppValue = oStart->oppValue(); in apply()
451 oStart->setWindValue(oWindValue); in apply()
452 oStart->setOppValue(oOppValue); in apply()
457 oSegment->markDone(oStart); in apply()
460 SkOpSpanBase* oNext = flipped ? oStart->prev() : oStart->next(); in apply()
465 oStart = oNext->upCast(); in apply()
481 SkOpSpanBase* oStart = coin->fOppPtTStart->span()->starter(&oEnd); in mark() local
484 SkTSwap(oStart, oEnd); in mark()
487 SkOpSpanBase* oNext = oStart; in mark()