Home
last modified time | relevance | path

Searched refs:prepareImages (Results 1 – 7 of 7) 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
/third_party/flutter/skia/src/core/
DSkStrike.h119 SkSpan<const SkGlyph*> prepareImages(SkSpan<const SkPackedGlyphID> glyphIDs,
DSkStrikeSpec.cpp253 return fStrike->prepareImages(glyphIDs, fGlyphs.get()); in glyphs()
DSkStrike.cpp178 SkStrike::prepareImages(SkSpan<const SkPackedGlyphID> glyphIDs, const SkGlyph* results[]) { in prepareImages() function in SkStrike