Searched defs:canCache (Results 1 – 3 of 3) sorted by relevance
83 bool canCache(UNUSED uptr Size) { return false; } in canCache() function287 bool canCache(uptr Size) { in canCache() function461 bool canCache(uptr Size) { return Cache.canCache(Size); } in canCache() function
107 bool canCache() const { return fOriginalTextBlob != nullptr; } in canCache() function
232 bool canCache = glyphRunList.canCache() && in Make() local