Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkStrikeCache.h85 SkSpan<const SkGlyph*> preparePaths(SkSpan<const SkGlyphID> glyphIDs, in preparePaths() function
87 auto [glyphs, increase] = fScalerCache.preparePaths(glyphIDs, results); in preparePaths()
DSkScalerCache.h85 std::tuple<SkSpan<const SkGlyph*>, size_t> preparePaths(
DSkStrikeSpec.cpp252 return fStrike->preparePaths(glyphIDs, fGlyphs.get()); in glyphs()
DSkScalerCache.cpp134 std::tuple<SkSpan<const SkGlyph*>, size_t> SkScalerCache::preparePaths( in preparePaths() function in SkScalerCache
/third_party/flutter/skia/src/core/
DSkStrike.h116 SkSpan<const SkGlyph*> preparePaths(SkSpan<const SkGlyphID> glyphIDs,
DSkStrikeSpec.cpp245 return fStrike->preparePaths(glyphIDs, fGlyphs.get()); in glyphs()
DSkStrike.cpp172 SkSpan<const SkGlyph*> SkStrike::preparePaths(SkSpan<const SkGlyphID> glyphIDs, in preparePaths() function in SkStrike