Home
last modified time | relevance | path

Searched refs:getCacheCountLimit (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/core/
DSkGraphics.cpp112 return SkStrikeCache::GlobalStrikeCache()->getCacheCountLimit(); in GetFontCacheCountLimit()
DSkStrikeCache.h185 int getCacheCountLimit() const SK_EXCLUDES(fLock);
DSkStrikeCache.cpp186 int SkStrikeCache::getCacheCountLimit() const { in getCacheCountLimit() function in SkStrikeCache