Searched refs:countLimit (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkResourceCache.cpp286 int countLimit; local
289 countLimit = SK_DISCARDABLEMEMORY_SCALEDIMAGECACHE_COUNT_LIMIT;
292 countLimit = SK_MaxS32; // no limit based on count
298 if (!forcePurge && fTotalBytesUsed < byteLimit && fCount < countLimit) {

Completed in 67 milliseconds