Home
last modified time | relevance | path

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

/haiku/src/apps/haikudepot/textview/
H A DParagraphLayout.cpp98 can_end_line(const std::vector<GlyphInfo>& glyphInfos, int offset) in can_end_line() function
582 && !can_end_line(fGlyphInfos, lineEnd)) { in _Layout()