Home
last modified time | relevance | path

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

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