Home
last modified time | relevance | path

Searched refs:escapeHatch (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/pathops/
DSkOpSegment.cpp1402 int escapeHatch = 100000; // defend against infinite loops in spansNearby() local
1420 if (--escapeHatch <= 0) { in spansNearby()
1439 int escapeHatch = 9999; // the largest count for a regular test is 50; for a fuzzer, 500 in moveNearby() local
1444 if (!--escapeHatch) { in moveNearby()
DSkOpCoincidence.cpp285 int escapeHatch = 100000; // this is 100 times larger than the debugLoopLimit test in addEndMovedSpans() local
287 if (--escapeHatch <= 0) { in addEndMovedSpans()
/external/skqp/src/pathops/
DSkOpSegment.cpp1402 int escapeHatch = 100000; // defend against infinite loops in spansNearby() local
1420 if (--escapeHatch <= 0) { in spansNearby()
1439 int escapeHatch = 9999; // the largest count for a regular test is 50; for a fuzzer, 500 in moveNearby() local
1444 if (!--escapeHatch) { in moveNearby()
DSkOpCoincidence.cpp285 int escapeHatch = 100000; // this is 100 times larger than the debugLoopLimit test in addEndMovedSpans() local
287 if (--escapeHatch <= 0) { in addEndMovedSpans()