Searched refs:hasHyphen (Results 1 – 6 of 6) sorted by relevance
391 bool hasHyphen() const { return m_bitfields.hasEllipsisBoxOrHyphen(); } in hasHyphen() function392 void setHasHyphen(bool hasHyphen) { m_bitfields.setHasEllipsisBoxOrHyphen(hasHyphen); } in setHasHyphen() argument
77 using InlineBox::hasHyphen;
212 bool respectHyphen = ePos == m_len && hasHyphen(); in localSelectionRect()667 …TextRun textRun = constructTextRun(styleToUse, font, string, maximumLength, hasHyphen() ? &charact… in paint()668 if (hasHyphen()) in paint()846 bool respectHyphen = ePos == length && hasHyphen(); in paintSelection()
425 if (run.hasHyphen()) in writeTextRun()
96 if (toInlineTextBox(box)->hasHyphen()) in isHyphenated()
467 if (toInlineTextBox(run->m_box)->hasHyphen()) { in setLogicalWidthForTextRun()