Searched defs:canCache (Results 1 – 6 of 6) sorted by relevance
60 bool canCache(UNUSED uptr Size) { return false; } in canCache() function157 bool canCache(uptr Size) { in canCache() function292 uptr canCache(uptr Size) { return Cache.canCache(Size); } in canCache() function
83 bool canCache() const { return fOriginalTextBlob != nullptr; } in canCache() function
81 bool canCache() const { return fOriginalTextBlob != nullptr; } in canCache() function
527 bool canCache = glyphRunList.canCache() && !(listPaint.getPathEffect() || in drawGlyphRunList() local
76 bool canCache(UNUSED uptr Size) { return false; } in canCache() function272 bool canCache(uptr Size) { in canCache() function446 uptr canCache(uptr Size) { return Cache.canCache(Size); } in canCache() function
1381 bool canCache = glyphRunList.canCache() && in Make() local