Lines Matching refs:fActiveCount
506 , fActiveCount(0) in SkTSect()
533 ++fActiveCount; in addOne()
1228 if (--fActiveCount < 0) { in markSpanGone()
1391 --fActiveCount; in removeCoincident()
1572 SkASSERT(count == fActiveCount); in validate()
1575 SkASSERT(fActiveCount <= fDebugAllocatedCount); in validate()
1587 SkASSERT(fActiveCount + deletedCount == fDebugAllocatedCount); in validate()
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()