Searched refs:ShapedGlyph (Results 1 – 2 of 2) sorted by relevance
399 struct ShapedGlyph { struct410 UBiDiLevel level, std::unique_ptr<ShapedGlyph[]> glyphs) in ShapedRun()420 std::unique_ptr<ShapedGlyph[]> fGlyphs;443 const ShapedGlyph& glyph = run.fGlyphs[is_LTR(run.fLevel) ? start + i : end - 1 - i]; in append()472 ShapedGlyph* next() { in next()488 ShapedGlyph* current() { in current()659 std::unique_ptr<ShapedGlyph[]>(new ShapedGlyph[len])); in shape()666 ShapedGlyph& glyph = run.fGlyphs[i]; in shape()684 ShapedGlyph& glyph = run.fGlyphs[i]; in shape()706 while (ShapedGlyph* glyph = glyphIterator.current()) { in shape()[all …]
483 struct ShapedGlyph { struct496 std::unique_ptr<ShapedGlyph[]> glyphs, size_t numGlyphs, SkVector advance = {0, 0}) in ShapedRun()504 std::unique_ptr<ShapedGlyph[]> fGlyphs;529 const ShapedGlyph& glyph = run.fGlyphs[is_LTR(run.fLevel) ? startGlyphIndex + i in append()607 ShapedGlyph* next() { in next()623 ShapedGlyph* current() { in current()943 std::unique_ptr<ShapedGlyph[]>(), in wrap()974 best.fGlyphs.reset(new ShapedGlyph[best.fNumGlyphs]); in wrap()976 best.fNumGlyphs * sizeof(ShapedGlyph)); in wrap()1048 ShapedGlyph& glyph = run.fGlyphs[i]; in wrap()[all …]