Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h369 int fDebugAllocatedCount; variable
DSkPathOpsTSect.cpp510 PATH_OPS_DEBUG_T_SECT_PARAMS(fDebugAllocatedCount(0)) in SkTSect()
526 ++fDebugAllocatedCount; in addOne()
1574 SkASSERT(fActiveCount <= fDebugAllocatedCount); in validate()
1586 SkASSERT(fActiveCount + deletedCount == fDebugAllocatedCount); in validate()
/external/skqp/src/pathops/
DSkPathOpsTSect.h369 int fDebugAllocatedCount; variable
DSkPathOpsTSect.cpp510 PATH_OPS_DEBUG_T_SECT_PARAMS(fDebugAllocatedCount(0)) in SkTSect()
526 ++fDebugAllocatedCount; in addOne()
1574 SkASSERT(fActiveCount <= fDebugAllocatedCount); in validate()
1586 SkASSERT(fActiveCount + deletedCount == fDebugAllocatedCount); in validate()