Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
H A DSkOpSegment.cpp1078 SkOpSpanBase* foundSpan; in nextChase() local
1087 foundSpan = otherPtT->span(); in nextChase()
1089 ? foundSpan->upCastable() ? foundSpan->upCast()->next() : nullptr in nextChase()
1090 : foundSpan->prev(); in nextChase()
1107 foundSpan = endSpan = next->start(); in nextChase()
1113 int foundStep = foundSpan->step(otherEnd); in nextChase()
1120 SkOpSpan* foundMin = foundSpan->starter(otherEnd); in nextChase()
1125 *startPtr = foundSpan; in nextChase()

Completed in 4 milliseconds