Searched refs:respectHyphen (Results 1 – 1 of 1) sorted by relevance
222 bool respectHyphen = ePos == m_len && hasHyphen(); in localSelectionRect() local223 TextRun textRun = constructTextRun(styleToUse, font, respectHyphen ? &charactersWithHyphen : 0); in localSelectionRect()500 bool respectHyphen = selectionEnd == m_len && hasHyphen(); in paint() local501 if (respectHyphen) in paint()620 bool respectHyphen = ePos == length && hasHyphen(); in paintSelection() local621 …structTextRun(style, font, string, renderer().textLength() - m_start, respectHyphen ? &charactersW… in paintSelection()622 if (respectHyphen) in paintSelection()