Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkPathOpsQuad.cpp61 bool foundOutlier = false; in hullIntersects() local
65 foundOutlier = true; in hullIntersects()
69 if (!foundOutlier) { in hullIntersects()
DSkPathOpsCubic.cpp180 bool foundOutlier = false; in hullIntersects() local
184 foundOutlier = true; in hullIntersects()
188 if (!foundOutlier) { in hullIntersects()