Home
last modified time | relevance | path

Searched refs:GlyphAndPos (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/core/
DSkGlyphRunPainter.h61 struct GlyphAndPos { struct
144 SkAutoTMalloc<GlyphAndPos> fMasks;
146 std::vector<GlyphAndPos> fPaths;
DSkGlyphRunPainter.cpp425 processMasks(SkSpan<const GlyphAndPos>{fMasks, SkTo<size_t>(glyphCount)}); in drawGlyphRunAsBMPWithPathFallback()
428 processPaths(SkSpan<const GlyphAndPos>{fPaths}); in drawGlyphRunAsBMPWithPathFallback()
843 (SkSpan<const SkGlyphRunListPainter::GlyphAndPos> masks) { in generateFromGlyphRunList()
854 (SkSpan<const SkGlyphRunListPainter::GlyphAndPos> paths) { in generateFromGlyphRunList()
957 (SkSpan<const SkGlyphRunListPainter::GlyphAndPos> masks) { in processGlyphRunForMask()
967 (SkSpan<const SkGlyphRunListPainter::GlyphAndPos> paths) { in processGlyphRunForMask()