Searched refs:hyphenWidth (Results 1 – 3 of 3) sorted by relevance
573 float hyphenWidth = 0; in handleText() local611 if (c == softHyphen && m_autoWrap && !hyphenWidth) { in handleText()612 …hyphenWidth = measureHyphenWidth(renderText, font, textDirectionFromUnicode(m_resolver.position().… in handleText()613 m_width.addUncommittedWidth(hyphenWidth); in handleText()719 if (hyphenWidth) { in handleText()721 m_width.addUncommittedWidth(-hyphenWidth); in handleText()722 hyphenWidth = 0; in handleText()
387 LayoutUnit hyphenWidth = 0; in setLogicalWidthForTextRun() local390 hyphenWidth = measureHyphenWidth(renderer, font, run->direction()); in setLogicalWidthForTextRun()440 run->m_box->setLogicalWidth(measuredWidth + hyphenWidth); in setLogicalWidthForTextRun()
884 static inline float hyphenWidth(RenderText* renderer, const Font& font, TextDirection direction) in hyphenWidth() function1046 currMinWidth += hyphenWidth(this, f, textDirection); in computePreferredLogicalWidths()