Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphCache_Globals.h33 fCacheCountLimit = SK_DEFAULT_FONT_CACHE_COUNT_LIMIT; in SkGlyphCache_Globals()
59 int getCacheCountLimit() const { return fCacheCountLimit; } in getCacheCountLimit()
68 return fCacheCount > fCacheCountLimit || in isOverBudget()
85 int32_t fCacheCountLimit; variable
DSkGlyphCache.cpp493 int prevCount = fCacheCountLimit; in setCacheCountLimit()
494 fCacheCountLimit = newCount; in setCacheCountLimit()
682 if (fCacheCount > fCacheCountLimit) { in internalPurge()
683 countNeeded = fCacheCount - fCacheCountLimit; in internalPurge()