Searched refs:preparePaths (Results 1 – 4 of 4) sorted by relevance
89 SkSpan<const SkGlyph*> preparePaths(SkSpan<const SkGlyphID> glyphIDs, in preparePaths() function91 auto [glyphs, increase] = fScalerCache.preparePaths(glyphIDs, results); in preparePaths()
60 std::tuple<SkSpan<const SkGlyph*>, size_t> preparePaths(
259 return fStrike->preparePaths(glyphIDs, fGlyphs.get()); in glyphs()
129 std::tuple<SkSpan<const SkGlyph*>, size_t> SkScalerCache::preparePaths( in preparePaths() function in SkScalerCache