Searched refs:gLayerAllocCount (Results 1 – 1 of 1) sorted by relevance
15 static int gLayerAllocCount; variable32 gLayerAllocCount += 1; in SkLayer()33 SkDebugf("SkLayer new: %d\n", gLayerAllocCount); in SkLayer()49 gLayerAllocCount += 1; in SkLayer()50 SkDebugf("SkLayer copy: %d\n", gLayerAllocCount); in SkLayer()58 gLayerAllocCount -= 1; in ~SkLayer()59 SkDebugf("SkLayer delete: %d\n", gLayerAllocCount); in ~SkLayer()