Searched refs:fActiveCount (Results 1 – 1 of 1) sorted by relevance
338 int fActiveCount; variable867 , fActiveCount(0) in SkTSect()894 ++fActiveCount; in addOne()1577 if (--fActiveCount < 0) { in markSpanGone()1743 --fActiveCount; in removeCoincident()1918 SkASSERT(count == fActiveCount); in validate()1921 SkASSERT(fActiveCount <= fDebugAllocatedCount); in validate()1933 SkASSERT(fActiveCount + deletedCount == fDebugAllocatedCount); in validate()2212 if (sect1->fActiveCount >= COINCIDENT_SPAN_COUNT in BinarySearch()2213 && sect2->fActiveCount >= COINCIDENT_SPAN_COUNT) { in BinarySearch()[all …]