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 …]
1247 ShapedRunGlyphIterator glyphIterator(runs); in shapeOk() local1252 while (glyphIterator.current()) { in shapeOk()1253 int runIndex = glyphIterator.fRunIndex; in shapeOk()1254 int glyphIndex = glyphIterator.fGlyphIndex; in shapeOk()1255 ShapedGlyph* nextGlyph = glyphIterator.next(); in shapeOk()1312 previousBreak = glyphIterator; in shapeOk()