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

  /external/chromium_org/third_party/skia/src/core/
SkGlyphCache_Globals.h 38 fCacheCountLimit = SK_DEFAULT_FONT_CACHE_COUNT_LIMIT;
68 int getCacheCountLimit() const { return fCacheCountLimit; }
77 return fCacheCount > fCacheCountLimit ||
105 int32_t fCacheCountLimit;
SkGlyphCache.cpp 479 int prevCount = fCacheCountLimit;
480 fCacheCountLimit = newCount;
598 if (fCacheCount > fCacheCountLimit) {
599 countNeeded = fCacheCount - fCacheCountLimit;

Completed in 6852 milliseconds