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

  /external/webkit/WebCore/platform/graphics/
Font.h 62 Font(const FontDescription&, short letterSpacing, short wordSpacing);
93 short wordSpacing() const { return m_wordSpacing; }
  /external/webkit/WebCore/platform/graphics/chromium/
UniscribeHelper.h 136 int wordSpacing() const
140 void setWordSpacing(int wordSpacing)
142 m_wordSpacing = wordSpacing;
  /external/webkit/WebCore/platform/graphics/wince/
FontWince.cpp 113 int wordSpacing = font.wordSpacing();
156 offset += wordSpacing + add + components->last().m_width + letterSpacing;
194 offset += wordSpacing;
  /external/webkit/WebCore/rendering/
RenderText.cpp 456 w += f.wordSpacing();
511 maxW += f.wordSpacing();
602 int wordSpacing = style()->wordSpacing();
693 // Add in wordSpacing to our currMaxWidth, but not if this is the last word on a line or the
695 if (wordSpacing && (isSpace || isCollapsibleWhiteSpace) && !containsOnlyWhitespace(j, len-j))
696 currMaxWidth += wordSpacing;
745 currMaxWidth += wordSpacing;
    [all...]
RenderBlockLineLayout.cpp 357 totWidth += rt->style(firstLine)->font().wordSpacing();
    [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyle.h 453 int wordSpacing() const { return inherited->font.wordSpacing(); }
    [all...]

Completed in 162 milliseconds