Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds