Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpSegment.cpp1040 SkOpSpanBase* foundSpan; in nextChase() local
1049 foundSpan = otherPtT->span(); in nextChase()
1050 otherEnd = step > 0 ? foundSpan->upCast()->next() : foundSpan->prev(); in nextChase()
1067 foundSpan = endSpan = next->start(); in nextChase()
1070 int foundStep = foundSpan->step(otherEnd); in nextChase()
1080 SkOpSpan* foundMin = foundSpan->starter(otherEnd); in nextChase()
1085 *startPtr = foundSpan; in nextChase()