Home
last modified time | relevance | path

Searched refs:glyphIterator (Results 1 – 2 of 2) sorted by relevance

/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp705 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
[all …]
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp1247 ShapedRunGlyphIterator glyphIterator(runs); in shapeOk() local
1252 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()