Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h353 #define COINCIDENT_SPAN_COUNT 9 macro
1000 if (consecutive < COINCIDENT_SPAN_COUNT) { in coincidentCheck()
2212 if (sect1->fActiveCount >= COINCIDENT_SPAN_COUNT in BinarySearch()
2213 && sect2->fActiveCount >= COINCIDENT_SPAN_COUNT) { in BinarySearch()
2237 if (sect1->fActiveCount >= COINCIDENT_SPAN_COUNT in BinarySearch()
2238 && sect2->fActiveCount >= COINCIDENT_SPAN_COUNT) { in BinarySearch()