Home
last modified time | relevance | path

Searched refs:hyphenWidth (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h573 float hyphenWidth = 0; in handleText() local
611 if (c == softHyphen && m_autoWrap && !hyphenWidth) { in handleText()
612hyphenWidth = 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()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockLineLayout.cpp387 LayoutUnit hyphenWidth = 0; in setLogicalWidthForTextRun() local
390 hyphenWidth = measureHyphenWidth(renderer, font, run->direction()); in setLogicalWidthForTextRun()
440 run->m_box->setLogicalWidth(measuredWidth + hyphenWidth); in setLogicalWidthForTextRun()
DRenderText.cpp884 static inline float hyphenWidth(RenderText* renderer, const Font& font, TextDirection direction) in hyphenWidth() function
1046 currMinWidth += hyphenWidth(this, f, textDirection); in computePreferredLogicalWidths()