Home
last modified time | relevance | path

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

/external/skqp/src/pathops/
DSkPathOpsTSect.cpp505 , fActiveCount(0) in SkTSect()
532 ++fActiveCount; in addOne()
1227 if (--fActiveCount < 0) { in markSpanGone()
1390 --fActiveCount; in removeCoincident()
1571 SkASSERT(count == fActiveCount); in validate()
1574 SkASSERT(fActiveCount <= fDebugAllocatedCount); in validate()
1586 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()
[all …]
DSkPathOpsTSect.h360 int fActiveCount; variable
/external/skia/src/pathops/
DSkPathOpsTSect.cpp506 , 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()
[all …]
DSkPathOpsTSect.h359 int fActiveCount; variable