Searched defs:ShapedRun (Results 1 – 2 of 2) sorted by relevance
408 struct ShapedRun { struct409 ShapedRun(const char* utf8Start, const char* utf8End, int numGlyphs, const SkFont& font, in ShapedRun() argument415 const char* fUtf8Start;416 const char* fUtf8End;417 int fNumGlyphs;418 SkFont fFont;419 UBiDiLevel fLevel;420 std::unique_ptr<ShapedGlyph[]> fGlyphs;421 SkVector fAdvance = { 0, 0 };
664 struct ShapedRun { struct665 ShapedRun(SkSpan<const char> utf8, const SkFont& font, UBiDiLevel level, in ShapedRun() argument671 SkSpan<const char> fUtf8;672 SkFont fFont;673 UBiDiLevel fLevel;674 std::unique_ptr<ShapedGlyph[]> fGlyphs;675 int fNumGlyphs;676 SkVector fAdvance = { 0, 0 };