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

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

Completed in 46 milliseconds