Home
last modified time | relevance | path

Searched defs:canCache (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dsecondary.h60 bool canCache(UNUSED uptr Size) { return false; } in canCache() function
157 bool canCache(uptr Size) { in canCache() function
292 uptr canCache(uptr Size) { return Cache.canCache(Size); } in canCache() function
/external/skia/src/core/
DSkGlyphRun.h83 bool canCache() const { return fOriginalTextBlob != nullptr; } in canCache() function
/external/skqp/src/core/
DSkGlyphRun.h81 bool canCache() const { return fOriginalTextBlob != nullptr; } in canCache() function
DSkGlyphRunPainter.cpp527 bool canCache = glyphRunList.canCache() && !(listPaint.getPathEffect() || in drawGlyphRunList() local
/external/scudo/standalone/
Dsecondary.h76 bool canCache(UNUSED uptr Size) { return false; } in canCache() function
272 bool canCache(uptr Size) { in canCache() function
446 uptr canCache(uptr Size) { return Cache.canCache(Size); } in canCache() function
/external/skia/src/gpu/text/
DGrTextBlob.cpp1381 bool canCache = glyphRunList.canCache() && in Make() local