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

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h573 float hyphenWidth = 0; local
611 if (c == softHyphen && m_autoWrap && !hyphenWidth) {
612 hyphenWidth = measureHyphenWidth(renderText, font, textDirectionFromUnicode(m_resolver.position().direction()));
613 m_width.addUncommittedWidth(hyphenWidth);
719 if (hyphenWidth) {
721 m_width.addUncommittedWidth(-hyphenWidth);
722 hyphenWidth = 0;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockLineLayout.cpp387 LayoutUnit hyphenWidth = 0; local
390 hyphenWidth = measureHyphenWidth(renderer, font, run->direction());
440 run->m_box->setLogicalWidth(measuredWidth + hyphenWidth);
H A DRenderText.cpp884 static inline float hyphenWidth(RenderText* renderer, const Font& font, TextDirection direction) function in namespace:blink
1046 currMinWidth += hyphenWidth(this, f, textDirection);

Completed in 4107 milliseconds