Home
last modified time | relevance | path

Searched refs:oStart (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pathops/
DSkOpCoincidence.cpp205 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()
[all …]
DSkPathOpsPostSect.cpp389 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()
[all …]