Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h319 int fActiveCount; variable
834 , fActiveCount(0) in SkTSect()
859 ++fActiveCount; in addOne()
1493 --fActiveCount; in markSpanGone()
1652 --fActiveCount; in removeCoincident()
1810 SkASSERT(count == fActiveCount); in validate()
1811 SkASSERT(fActiveCount <= fDebugAllocatedCount); in validate()
1823 SkASSERT(fActiveCount + deletedCount == fDebugAllocatedCount); in validate()
2083 if (sect1->fActiveCount >= COINCIDENT_SPAN_COUNT in BinarySearch()
2084 && sect2->fActiveCount >= COINCIDENT_SPAN_COUNT) { in BinarySearch()
[all …]