HomeSort by relevance Sort by last modified time
    Searched refs:hyphenWidth (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 573 float hyphenWidth = 0;
611 if (c == softHyphen && m_autoWrap && !hyphenWidth) {
612 hyphenWidth = measureHyphenWidth(renderText, font, textDirectionFromUnicode(m_resolver.position().direction()));
613 m_width.addUncommittedWidth(hyphenWidth);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp 387 LayoutUnit hyphenWidth = 0;
390 hyphenWidth = measureHyphenWidth(renderer, font, run->direction());
440 run->m_box->setLogicalWidth(measuredWidth + hyphenWidth);
    [all...]
RenderText.cpp     [all...]

Completed in 68 milliseconds