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

  /external/webkit/Source/WebKit/chromium/public/
WebFontDescription.h 82 , wordSpacing(0)
95 short wordSpacing;
  /external/webkit/Source/WebCore/platform/graphics/
Font.h 79 Font(const FontDescription&, short letterSpacing, short wordSpacing);
108 short wordSpacing() const { return m_wordSpacing; }
  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.h 137 int wordSpacing() const
141 void setWordSpacing(int wordSpacing)
143 m_wordSpacing = wordSpacing;
  /external/webkit/Source/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/Source/WebCore/rendering/
RenderText.cpp 645 w += f.wordSpacing();
702 maxW += f.wordSpacing();
794 float wordSpacing = style()->wordSpacing();
892 // Add in wordSpacing to our currMaxWidth, but not if this is the last word on a line or the
894 if (wordSpacing && (isSpace || isCollapsibleWhiteSpace) && !containsOnlyWhitespace(j, len-j))
895 currMaxWidth += wordSpacing;
    [all...]
RenderBlockLineLayout.cpp 460 totalLogicalWidth += rt->style(firstLine)->font().wordSpacing();
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 487 int wordSpacing() const { return inherited->font.wordSpacing(); }
    [all...]

Completed in 54 milliseconds