HomeSort by relevance Sort by last modified time
    Searched defs:wordSpacing (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/public/web/
WebFontDescription.h 80 , wordSpacing(0)
93 short wordSpacing;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h 158 float wordSpacing() const { return m_wordSpacing; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 562 float wordSpacing = m_currentStyle->wordSpacing();
597 font.width(constructTextRun(renderText, font, &space, 1, style, style->direction())) + wordSpacing
673 applyWordSpacing = wordSpacing && m_currentCharacterIsSpace;
683 float charWidth = textWidth(renderText, m_current.offset(), 1, font, m_width.currentWidth(), isFixedPitch, m_collapseWhiteSpace, &wordMeasurement.fallbackFonts) + (applyWordSpacing ? wordSpacing : 0);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.cpp 749 w += f.fontDescription().wordSpacing();
814 maxWidth += font.fontDescription().wordSpacing();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp     [all...]

Completed in 69 milliseconds