Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpSegment.cpp1123 SkOpSpanBase* foundSpan; in nextChase() local
1132 foundSpan = otherPtT->span(); in nextChase()
1133 otherEnd = step > 0 ? foundSpan->upCast()->next() : foundSpan->prev(); in nextChase()
1150 foundSpan = endSpan = next->start(); in nextChase()
1153 int foundStep = foundSpan->step(otherEnd); in nextChase()
1163 SkOpSpan* foundMin = foundSpan->starter(otherEnd); in nextChase()
1168 *startPtr = foundSpan; in nextChase()