Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkGlyphRun.h83 bool canCache() const { return fOriginalTextBlob != nullptr; } in canCache() function
/third_party/skia/src/gpu/text/
DGrTextBlob.cpp1407 bool canCache = glyphRunList.canCache() && in Make() local