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() function415 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 };
494 struct ShapedRun { struct495 ShapedRun(SkShaper::RunHandler::Range utf8Range, const SkFont& font, UBiDiLevel level, in ShapedRun() function501 SkShaper::RunHandler::Range fUtf8Range;502 SkFont fFont;503 UBiDiLevel fLevel;504 std::unique_ptr<ShapedGlyph[]> fGlyphs;505 size_t fNumGlyphs;506 SkVector fAdvance;