Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h324 int fDebugAllocatedCount; variable
837 PATH_OPS_DEBUG_T_SECT_PARAMS(fDebugAllocatedCount(0)) in SkTSect()
853 ++fDebugAllocatedCount; in addOne()
1811 SkASSERT(fActiveCount <= fDebugAllocatedCount); in validate()
1823 SkASSERT(fActiveCount + deletedCount == fDebugAllocatedCount); in validate()