Home
last modified time | relevance | path

Searched refs:escapeHatch (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
H A 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()
H A DSkOpCoincidence.cpp285 int escapeHatch = 100000; // this is 100 times larger than the debugLoopLimit test in addEndMovedSpans() local
287 if (--escapeHatch <= 0) { in addEndMovedSpans()

Completed in 6 milliseconds