Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
H A DSkPathOpsTSect.cpp11 #define COINCIDENT_SPAN_COUNT 9 macro
645 if (consecutive < COINCIDENT_SPAN_COUNT) { in coincidentCheck()
1865 if (sect1->fActiveCount >= COINCIDENT_SPAN_COUNT in BinarySearch()
1866 && sect2->fActiveCount >= COINCIDENT_SPAN_COUNT) { in BinarySearch()
1890 if (sect1->fActiveCount >= COINCIDENT_SPAN_COUNT in BinarySearch()
1891 && sect2->fActiveCount >= COINCIDENT_SPAN_COUNT) { in BinarySearch()

Completed in 6 milliseconds