Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h338 int fActiveCount; variable
867 , 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 …]