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 };
500 struct ShapedRun { struct501 … ShapedRun(SkShaper::RunHandler::Range utf8Range, const SkFont& font, SkBidiIterator::Level level, in ShapedRun() argument507 SkShaper::RunHandler::Range fUtf8Range;508 SkFont fFont;509 SkBidiIterator::Level fLevel;510 std::unique_ptr<ShapedGlyph[]> fGlyphs;511 size_t fNumGlyphs;512 SkVector fAdvance;