Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpSegment.cpp1080 SkOpSpan* foundMin = foundSpan->starter(otherEnd); in nextChase() local
1081 if (foundMin->windValue() != origMin->windValue() in nextChase()
1082 || foundMin->oppValue() != origMin->oppValue()) { in nextChase()
1088 *minPtr = foundMin; in nextChase()