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

/external/skia/src/pathops/
H A DSkDLineIntersection.cpp136 int nearCount = 0; local
139 nearCount += t >= 0;
141 nearCount += t >= 0;
143 if (nearCount > 0) {
145 if (nearCount != 2 || aNotB[0] == aNotB[1]) {
159 nearCount -= 2;
162 if (nearCount > 0) {

Completed in 80 milliseconds