Home
last modified time | relevance | path

Searched refs:prepareImages (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/core/
DSkStrikeCache.h92 SkSpan<const SkGlyph*> prepareImages(SkSpan<const SkPackedGlyphID> glyphIDs, in prepareImages() function
94 auto [glyphs, increase] = fScalerCache.prepareImages(glyphIDs, results); in prepareImages()
DSkScalerCache.h88 std::tuple<SkSpan<const SkGlyph*>, size_t> prepareImages(
DSkStrikeSpec.cpp277 return fStrike->prepareImages(glyphIDs, fGlyphs.get()); in glyphs()
DSkScalerCache.cpp141 std::tuple<SkSpan<const SkGlyph*>, size_t> SkScalerCache::prepareImages( in prepareImages() function in SkScalerCache