Searched refs:prepareImages (Results 1 – 7 of 7) sorted by relevance
92 SkSpan<const SkGlyph*> prepareImages(SkSpan<const SkPackedGlyphID> glyphIDs, in prepareImages() function94 auto [glyphs, increase] = fScalerCache.prepareImages(glyphIDs, results); in prepareImages()
88 std::tuple<SkSpan<const SkGlyph*>, size_t> prepareImages(
277 return fStrike->prepareImages(glyphIDs, fGlyphs.get()); in glyphs()
141 std::tuple<SkSpan<const SkGlyph*>, size_t> SkScalerCache::prepareImages( in prepareImages() function in SkScalerCache
119 SkSpan<const SkGlyph*> prepareImages(SkSpan<const SkPackedGlyphID> glyphIDs,
253 return fStrike->prepareImages(glyphIDs, fGlyphs.get()); in glyphs()
178 SkStrike::prepareImages(SkSpan<const SkPackedGlyphID> glyphIDs, const SkGlyph* results[]) { in prepareImages() function in SkStrike