Searched refs:hasHyphen (Results 1 – 6 of 6) sorted by relevance
395 bool hasHyphen() const { return m_bitfields.hasEllipsisBoxOrHyphen(); } in hasHyphen() function396 void setHasHyphen(bool hasHyphen) { m_bitfields.setHasEllipsisBoxOrHyphen(hasHyphen); } in setHasHyphen() argument
77 using InlineBox::hasHyphen;
214 bool respectHyphen = ePos == m_len && hasHyphen(); in localSelectionRect()670 …TextRun textRun = constructTextRun(styleToUse, font, string, maximumLength, hasHyphen() ? &charact… in paint()671 if (hasHyphen()) in paint()845 bool respectHyphen = ePos == length && hasHyphen(); in paintSelection()
424 if (run.hasHyphen()) in writeTextRun()
96 if (toInlineTextBox(box)->hasHyphen()) in isHyphenated()
438 if (toInlineTextBox(run->m_box)->hasHyphen()) { in setLogicalWidthForTextRun()