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

/external/skia/src/pathops/
H A DSkPathOpsQuad.cpp60 bool foundOutlier = false; local
64 foundOutlier = true;
68 if (!foundOutlier) {
H A DSkPathOpsCubic.cpp180 bool foundOutlier = false; local
184 foundOutlier = true;
188 if (!foundOutlier) {
/external/skqp/src/pathops/
H A DSkPathOpsQuad.cpp57 bool foundOutlier = false; local
61 foundOutlier = true;
65 if (!foundOutlier) {
H A DSkPathOpsCubic.cpp180 bool foundOutlier = false; local
184 foundOutlier = true;
188 if (!foundOutlier) {

Completed in 64 milliseconds