Searched defs:canCache (Results 1 – 3 of 3) sorted by relevance
88 bool canCache() const { return fOriginalTextBlob != nullptr; } in canCache() function
98 bool canCache(UNUSED uptr Size) { return false; } in canCache() function380 bool canCache(uptr Size) { in canCache() function548 bool canCache(uptr Size) { return Cache.canCache(Size); } in canCache() function
93 bool canCache = glyphRunList.canCache() && in Make() local