Home
last modified time | relevance | path

Searched refs:glyphInfos (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() argument
100 int count = static_cast<int>(glyphInfos.size()); in can_end_line()
108 uint32 charCode = glyphInfos[offset].charCode; in can_end_line()
115 uint32 nextCharCode = glyphInfos[offset + 1].charCode; in can_end_line()