Searched refs:preparePaths (Results 1 – 7 of 7) sorted by relevance
85 SkSpan<const SkGlyph*> preparePaths(SkSpan<const SkGlyphID> glyphIDs, in preparePaths() function87 auto [glyphs, increase] = fScalerCache.preparePaths(glyphIDs, results); in preparePaths()
85 std::tuple<SkSpan<const SkGlyph*>, size_t> preparePaths(
252 return fStrike->preparePaths(glyphIDs, fGlyphs.get()); in glyphs()
134 std::tuple<SkSpan<const SkGlyph*>, size_t> SkScalerCache::preparePaths( in preparePaths() function in SkScalerCache
116 SkSpan<const SkGlyph*> preparePaths(SkSpan<const SkGlyphID> glyphIDs,
245 return fStrike->preparePaths(glyphIDs, fGlyphs.get()); in glyphs()
172 SkSpan<const SkGlyph*> SkStrike::preparePaths(SkSpan<const SkGlyphID> glyphIDs, in preparePaths() function in SkStrike