Searched refs:isBreakable (Results 1 – 3 of 3) sorted by relevance
32 inline bool isBreakable(LazyLineBreakIterator& lazyBreakIterator, int pos, int& nextBreakable) in isBreakable() function
1007 bool hasBreak = breakAll || isBreakable(breakIterator, i, nextBreakable); in computePreferredLogicalWidths()1015 if (isBreakable(breakIterator, j, nextBreakable) && characterAt(j - 1) != softHyphen) in computePreferredLogicalWidths()
626 …bool betweenWords = c == '\n' || (m_currWS != PRE && !m_atStart && isBreakable(m_renderTextInfo.m_… in handleText()