Home
last modified time | relevance | path

Searched refs:ShapedGlyph (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp631 struct ShapedGlyph { struct
645 std::unique_ptr<ShapedGlyph[]> glyphs, size_t numGlyphs, SkVector advance = {0, 0})
653 std::unique_ptr<ShapedGlyph[]> fGlyphs;
660 std::unique_ptr<ShapedGlyph[]> glyphs, size_t numGlyphs, SkVector advance = {0, 0})
668 std::unique_ptr<ShapedGlyph[]> fGlyphs;
694 const ShapedGlyph& glyph = run.fGlyphs[is_LTR(run.fLevel) ? startGlyphIndex + i
772 ShapedGlyph* next() {
788 ShapedGlyph* current() {
1146 std::unique_ptr<ShapedGlyph[]>(),
1177 best.fGlyphs = std::make_unique<ShapedGlyph[]>(bes
[all...]

Completed in 3 milliseconds