Home
last modified time | relevance | path

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

/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp754 ShapedGlyph* nextGlyph = glyphIterator.next(); in shape() local
766 if (!(nextGlyph == nullptr || nextGlyph->fMustLineBreakBefore)) { in shape()
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp1134 ShapedGlyph* nextGlyph = glyphIterator.next(); in wrap() local
1143 if (!(nextGlyph == nullptr || nextGlyph->fMustLineBreakBefore)) { in wrap()