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

  /external/chromium_org/third_party/WebKit/public/web/
WebFontDescription.h 81 , letterSpacing(0)
94 short letterSpacing;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
UniscribeHelper.h 111 int letterSpacing() const
115 void setLetterSpacing(int letterSpacing)
117 m_letterSpacing = letterSpacing;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Font.h 82 Font(const FontDescription&, float letterSpacing, float wordSpacing);
117 float letterSpacing() const { return m_letterSpacing; }
327 return letterSpacing();
328 float tabWidth = tabSize * fontData.spaceWidth() + letterSpacing();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp     [all...]

Completed in 240 milliseconds