Lines Matching refs:oStart
85 SkOpSpanBase* oStart = oStartPtT->span(); in addExpanded() local
92 SkOpSpanBase* oTest = coin->fFlipped ? oStart->prev() : oStart->upCast()->next(); in addExpanded()
112 newPt = oStart->segment()->addT(newT, SkOpSegment::kAllowAlias, allocator); in addExpanded()
129 oTest = oStart; in addExpanded()
383 SkOpSpan* oStart = (flipped ? coin->fOppPtTEnd : coin->fOppPtTStart)->span()->upCast(); in apply() local
384 if (oStart->deleted()) { in apply()
388 SkASSERT(oStart == oStart->starter(oEnd)); in apply()
390 SkOpSegment* oSegment = oStart->segment(); in apply()
397 SkOpSpanBase* oNext = oStart->next(); in apply()
401 oStart = oNext->upCast(); in apply()
407 int oWindValue = oStart->windValue(); in apply()
408 int oOppValue = oStart->oppValue(); in apply()
457 oStart->setWindValue(oWindValue); in apply()
458 oStart->setOppValue(oOppValue); in apply()
463 oSegment->markDone(oStart); in apply()
466 SkOpSpanBase* oNext = flipped ? oStart->prev() : oStart->next(); in apply()
476 oNext = oStart; in apply()
478 oStart = oNext->upCast(); in apply()
654 SkOpSpanBase* oStart = coin->fOppPtTStart->span()->starter(&oEnd); in mark() local
657 SkTSwap(oStart, oEnd); in mark()
660 SkOpSpanBase* oNext = oStart; in mark()