Lines Matching refs:glyphIterator
705 ShapedRunGlyphIterator glyphIterator(runs); in shape() local
706 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
751 while (glyphIterator.current()) { in shape()
752 int runIndex = glyphIterator.fRunIndex; in shape()
753 int glyphIndex = glyphIterator.fGlyphIndex; in shape()
754 ShapedGlyph* nextGlyph = glyphIterator.next(); in shape()
808 previousBreak = glyphIterator; in shape()