Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkFontHost.h222 static size_t ShouldPurgeFontCache(size_t sizeAllocatedSoFar);
/external/skia/src/ports/
DSkFontHost_android.cpp668 size_t SkFontHost::ShouldPurgeFontCache(size_t sizeAllocatedSoFar) { in ShouldPurgeFontCache() function in SkFontHost
/external/skia/src/core/
DSkGlyphCache.cpp556 size_t amountToFree = SkFontHost::ShouldPurgeFontCache(allocated); in AttachCache()