Lines Matching refs:ShapedGlyph
489 struct ShapedGlyph { struct
502 std::unique_ptr<ShapedGlyph[]> glyphs, size_t numGlyphs, SkVector advance = {0, 0}) in ShapedRun()
510 std::unique_ptr<ShapedGlyph[]> fGlyphs;
535 const ShapedGlyph& glyph = run.fGlyphs[is_LTR(run.fLevel) ? startGlyphIndex + i in append()
613 ShapedGlyph* next() { in next()
629 ShapedGlyph* current() { in current()
941 std::unique_ptr<ShapedGlyph[]>(), in wrap()
972 best.fGlyphs = std::make_unique<ShapedGlyph[]>(best.fNumGlyphs); in wrap()
974 best.fNumGlyphs * sizeof(ShapedGlyph)); in wrap()
1032 ShapedGlyph& glyph = run.fGlyphs[i]; in wrap()
1072 while (ShapedGlyph* glyph = current.current()) { in wrap()
1134 ShapedGlyph* nextGlyph = glyphIterator.next(); in wrap()
1399 std::unique_ptr<ShapedGlyph[]>(new ShapedGlyph[len]), len); in shape()
1406 ShapedGlyph& glyph = run.fGlyphs[i]; in shape()