Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsQuad.cpp35 bool foundOutlier = false; in hullIntersects() local
39 foundOutlier = true; in hullIntersects()
43 if (!foundOutlier) { in hullIntersects()
DSkPathOpsCubic.cpp183 bool foundOutlier = false; in hullIntersects() local
187 foundOutlier = true; in hullIntersects()
191 if (!foundOutlier) { in hullIntersects()