Searched refs:hasHyphen (Results 1 – 5 of 5) sorted by relevance
396 bool hasHyphen() const { return m_bitfields.hasEllipsisBoxOrHyphen(); } in hasHyphen() function397 void setHasHyphen(bool hasHyphen) { m_bitfields.setHasEllipsisBoxOrHyphen(hasHyphen); } in setHasHyphen() argument
222 bool respectHyphen = ePos == m_len && hasHyphen(); in localSelectionRect()491 …TextRun textRun = constructTextRun(styleToUse, font, string, maximumLength, hasHyphen() ? &charact… in paint()492 if (hasHyphen()) in paint()500 bool respectHyphen = selectionEnd == m_len && hasHyphen(); in paint()620 bool respectHyphen = ePos == length && hasHyphen(); in paintSelection()
76 using InlineBox::hasHyphen;
426 if (run.hasHyphen()) in writeTextRun()
388 if (toInlineTextBox(run->m_box)->hasHyphen()) { in setLogicalWidthForTextRun()