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

/external/skia/src/pathops/
H A DSkOpSegment.cpp1163 SkOpSpan* foundMin = foundSpan->starter(otherEnd); local
1164 if (foundMin->windValue() != origMin->windValue()
1165 || foundMin->oppValue() != origMin->oppValue()) {
1171 *minPtr = foundMin;

Completed in 85 milliseconds