Home
last modified time | relevance | path

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

/external/skia/legacy/src/core/
DSkGlyphCache.cpp540 size_t budgeted = SkGraphics::GetFontCacheLimit(); in AttachCache() local
541 if (allocated > budgeted) { in AttachCache()
542 (void)InternalFreeCache(&globals, allocated - budgeted); in AttachCache()
/external/skia/src/core/
DSkGlyphCache.cpp602 size_t budgeted = globals.getFontCacheLimit(); in AttachCache() local
603 if (allocated > budgeted) { in AttachCache()
604 (void)InternalFreeCache(&globals, allocated - budgeted); in AttachCache()