Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp473 bool fMustLineBreakBefore; member
1089 glyph->fMustLineBreakBefore = true; in wrap()
1116 if (!(nextGlyph == nullptr || nextGlyph->fMustLineBreakBefore)) { in wrap()
1310 glyph.fMustLineBreakBefore = false; in shape()
/third_party/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp498 bool fMustLineBreakBefore; member
1120 glyph->fMustLineBreakBefore = true; in wrap()
1146 if (!(nextGlyph == nullptr || nextGlyph->fMustLineBreakBefore)) { in wrap()
1428 glyph.fMustLineBreakBefore = false; in shape()