Searched refs:glyphIterator (Results 1 – 2 of 2) sorted by relevance
705 ShapedRunGlyphIterator glyphIterator(runs); in shape() local706 while (ShapedGlyph* glyph = glyphIterator.current()) { in shape()709 previousBreak = glyphIterator; in shape()715 glyphIterator.next(); in shape()724 glyphIterator.next(); in shape()725 previousBreak = glyphIterator; in shape()728 previousBreak = glyphIterator; in shape()730 glyphIterator = previousBreak; in shape()731 glyph = glyphIterator.current(); in shape()745 ShapedRunGlyphIterator glyphIterator(runs); in shape() local[all …]
1130 ShapedRunGlyphIterator glyphIterator(runs); in wrap() local1132 while (glyphIterator.current()) { in wrap()1133 const ShapedRunGlyphIterator current = glyphIterator; in wrap()1134 ShapedGlyph* nextGlyph = glyphIterator.next(); in wrap()1204 previousBreak = glyphIterator; in wrap()