Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkGraphics.cpp116 return SkStrikeCache::GlobalStrikeCache()->setCacheCountLimit(count); in SetFontCacheCountLimit()
DSkStrikeCache.h186 int setCacheCountLimit(int limit) SK_EXCLUDES(fLock);
DSkStrikeCache.cpp205 int SkStrikeCache::setCacheCountLimit(int newCount) { in setCacheCountLimit() function in SkStrikeCache