Searched defs:foundCoincident (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp2286 bool foundCoincident = false; local
2306 activePtr->fSkip = nextPtr->fSkip = foundCoincident = true;
2309 foundCoincident = true;
2315 if (!foundCoincident) {
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp2286 bool foundCoincident = false; local
2306 activePtr->fSkip = nextPtr->fSkip = foundCoincident = true;
2309 foundCoincident = true;
2315 if (!foundCoincident) {

Completed in 107 milliseconds