HomeSort by relevance Sort by last modified time
    Searched refs:gRecCounter (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkBitmapCache.cpp 122 static int32_t gRecCounter;
146 sk_atomic_inc(&gRecCounter), fInfo.width(), fInfo.height(), fPrUniqueID);
157 sk_atomic_dec(&gRecCounter) - 1, fInfo.width(), fInfo.height(), fPrUniqueID);
SkCanvas.cpp 195 static int gRecCounter;
196 static void inc_rec() { ++gRecCounter; printf("----- inc rec %d\n", gRecCounter); }
197 static void dec_rec() { --gRecCounter; printf("----- dec rec %d\n", gRecCounter); }
    [all...]

Completed in 6799 milliseconds