Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStrikeCache.h84 SkSpan<const SkGlyph*> preparePaths(SkSpan<const SkGlyphID> glyphIDs, in preparePaths() function
86 auto [glyphs, increase] = fScalerCache.preparePaths(glyphIDs, results); in preparePaths()
DSkScalerCache.h86 std::tuple<SkSpan<const SkGlyph*>, size_t> preparePaths(
DSkStrikeSpec.cpp242 return fStrike->preparePaths(glyphIDs, fGlyphs.get()); in glyphs()
DSkScalerCache.cpp140 std::tuple<SkSpan<const SkGlyph*>, size_t> SkScalerCache::preparePaths( in preparePaths() function in SkScalerCache