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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.h 85 int letterSpacing() const { return m_letterSpacing; }
UniscribeHelper.h 108 int letterSpacing() const
112 void setLetterSpacing(int letterSpacing)
114 m_letterSpacing = letterSpacing;
  /external/webkit/Source/WebKit/chromium/public/
WebFontDescription.h 81 , letterSpacing(0)
94 short letterSpacing;
  /external/webkit/Source/WebCore/platform/graphics/
Font.h 79 Font(const FontDescription&, short letterSpacing, short wordSpacing);
109 short letterSpacing() const { return m_letterSpacing; }
135 float tabWidth(const SimpleFontData& fontData) const { return 8 * fontData.spaceWidth() + letterSpacing(); }
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontWinCE.cpp 112 int letterSpacing = font.letterSpacing();
123 if (letterSpacing) {
134 offset += add + letterSpacing + components->last().m_width;
148 offset += components->last().m_width + letterSpacing;
156 offset += wordSpacing + add + components->last().m_width + letterSpacing;
164 offset += components->last().m_width + letterSpacing;
174 offset += letterSpacing;
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 488 int letterSpacing() const { return inherited->font.letterSpacing(); }
    [all...]

Completed in 83 milliseconds