Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmapCache.cpp122 static int32_t gRecCounter; variable
146 sk_atomic_inc(&gRecCounter), fInfo.width(), fInfo.height(), fPrUniqueID); in Rec()
157 sk_atomic_dec(&gRecCounter) - 1, fInfo.width(), fInfo.height(), fPrUniqueID); in ~Rec()
DSkCanvas.cpp195 static int gRecCounter; variable
196 static void inc_rec() { ++gRecCounter; printf("----- inc rec %d\n", gRecCounter); } in inc_rec()
197 static void dec_rec() { --gRecCounter; printf("----- dec rec %d\n", gRecCounter); } in dec_rec()