Searched refs:budgeted (Results 1 – 2 of 2) sorted by relevance
540 size_t budgeted = SkGraphics::GetFontCacheLimit(); in AttachCache() local541 if (allocated > budgeted) { in AttachCache()542 (void)InternalFreeCache(&globals, allocated - budgeted); in AttachCache()
602 size_t budgeted = globals.getFontCacheLimit(); in AttachCache() local603 if (allocated > budgeted) { in AttachCache()604 (void)InternalFreeCache(&globals, allocated - budgeted); in AttachCache()