Home
last modified time | relevance | path

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

/external/skqp/src/pathops/
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()
/external/skia/src/pathops/
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()