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.cpp659 bool fMustLineBreakBefore; member
1233 glyph->fMustLineBreakBefore = true; in shapeOk()
1267 if (!(nextGlyph == nullptr || nextGlyph->fMustLineBreakBefore)) { in shapeOk()
1414 glyph.fMustLineBreakBefore = false; in shape()