Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkGlyphRun.h83 bool canCache() const { return fOriginalTextBlob != nullptr; } in canCache() function
/third_party/flutter/skia/src/core/
DSkGlyphRunPainter.cpp643 bool canCache = glyphRunList.canCache() && !(listPaint.getPathEffect() || in drawGlyphRunList() local
652 if (canCache) { in drawGlyphRunList()
702 if (canCache) { in drawGlyphRunList()
DSkGlyphRun.h82 bool canCache() const { return fOriginalTextBlob != nullptr; } in canCache() function
/third_party/skia/src/gpu/text/
DGrTextBlob.cpp1401 bool canCache = glyphRunList.canCache() && in Make() local
1413 if (canCache) { in Make()
1458 return {canCache, key}; in Make()
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp360 auto [canCache, key] = GrTextBlob::Key::Make(glyphRunList, in drawGlyphRunListWithCache()
369 if (canCache) { in drawGlyphRunListWithCache()
383 if (canCache) { in drawGlyphRunListWithCache()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dvmservice.dart482 bool get canCache => _canCache;
1108 if ((serviceObject != null) && serviceObject.canCache)