Home
last modified time | relevance | path

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

/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp405 bool fMustLineBreakBefore; member
675 glyph.fMustLineBreakBefore = false; in shape()
733 glyph->fMustLineBreakBefore = true; in shape()
766 if (!(nextGlyph == nullptr || nextGlyph->fMustLineBreakBefore)) { in shape()
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp495 bool fMustLineBreakBefore; member
1117 glyph->fMustLineBreakBefore = true; in wrap()
1143 if (!(nextGlyph == nullptr || nextGlyph->fMustLineBreakBefore)) { in wrap()
1424 glyph.fMustLineBreakBefore = false; in shape()