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

  /external/skia/src/core/
SkResourceCache.cpp 194 int countLimit;
197 countLimit = SK_DISCARDABLEMEMORY_SCALEDIMAGECACHE_COUNT_LIMIT;
200 countLimit = SK_MaxS32; // no limit based on count
206 if (!forcePurge && fTotalBytesUsed < byteLimit && fCount < countLimit) {
  /external/skqp/src/core/
SkResourceCache.cpp 194 int countLimit;
197 countLimit = SK_DISCARDABLEMEMORY_SCALEDIMAGECACHE_COUNT_LIMIT;
200 countLimit = SK_MaxS32; // no limit based on count
206 if (!forcePurge && fTotalBytesUsed < byteLimit && fCount < countLimit) {

Completed in 67 milliseconds