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.cpp1130 ShapedRunGlyphIterator glyphIterator(runs); in wrap() local
1132 while (glyphIterator.current()) { in wrap()
1133 const ShapedRunGlyphIterator current = glyphIterator; in wrap()
1134 ShapedGlyph* nextGlyph = glyphIterator.next(); in wrap()
1204 previousBreak = glyphIterator; in wrap()