Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkPathOpsTSect.h368 int fDebugAllocatedCount; variable
DSkPathOpsTSect.cpp511 PATH_OPS_DEBUG_T_SECT_PARAMS(fDebugAllocatedCount(0)) in SkTSect()
527 ++fDebugAllocatedCount; in addOne()
1575 SkASSERT(fActiveCount <= fDebugAllocatedCount); in validate()
1587 SkASSERT(fActiveCount + deletedCount == fDebugAllocatedCount); in validate()