Searched defs:ShapedRun (Results 1 – 2 of 2) sorted by relevance
478 struct ShapedRun { struct479 ShapedRun(SkShaper::RunHandler::Range utf8Range, const SkFont& font, UBiDiLevel level, in ShapedRun() argument485 SkShaper::RunHandler::Range fUtf8Range;486 SkFont fFont;487 UBiDiLevel fLevel;488 std::unique_ptr<ShapedGlyph[]> fGlyphs;489 size_t fNumGlyphs;490 SkVector fAdvance;
503 struct ShapedRun { struct504 … ShapedRun(SkShaper::RunHandler::Range utf8Range, const SkFont& font, SkBidiIterator::Level level, in ShapedRun() argument510 SkShaper::RunHandler::Range fUtf8Range;511 SkFont fFont;512 SkBidiIterator::Level fLevel;513 std::unique_ptr<ShapedGlyph[]> fGlyphs;514 size_t fNumGlyphs;515 SkVector fAdvance;