Searched refs:respectHyphen (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DInlineTextBox.cpp275 bool respectHyphen = ePos == m_len && hasHyphen(); local
276 TextRun textRun = constructTextRun(lineStyle, font, respectHyphen ? &hyphenatedStringBuffer : 0);
277 if (respectHyphen)
739 bool respectHyphen = ePos == length && hasHyphen(); local
740 TextRun textRun = constructTextRun(style, font, string, renderer().textLength() - m_start, respectHyphen ? &hyphenatedStringBuffer : nullptr);
741 if (respectHyphen)

Completed in 141 milliseconds