HomeSort by relevance Sort by last modified time
    Searched refs:m_letterSpacing (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.h 84 void setLetterSpacingAdjustment(int letterSpacingAdjustment) { m_letterSpacing = letterSpacingAdjustment; }
85 int letterSpacing() const { return m_letterSpacing; }
156 int m_letterSpacing; // pixels to be added after each glyph.
UniscribeHelper.h 110 return m_letterSpacing;
114 m_letterSpacing = letterSpacing;
401 int m_letterSpacing;
UniscribeHelper.cpp 87 , m_letterSpacing(0)
757 if (m_letterSpacing != 0 || m_wordSpacing != 0)
781 int spaceWidthWithoutLetterSpacing = m_spaceWidth - m_letterSpacing;
    [all...]
ComplexTextControllerLinux.cpp 56 , m_letterSpacing(0)
318 position += m_letterSpacing;
  /external/webkit/Source/WebCore/platform/graphics/
Font.cpp 49 : m_letterSpacing(0)
58 , m_letterSpacing(letterSpacing)
67 , m_letterSpacing(0)
80 , m_letterSpacing(other.m_letterSpacing)
91 m_letterSpacing = other.m_letterSpacing;
110 && m_letterSpacing == other.m_letterSpacing
Font.h 109 short letterSpacing() const { return m_letterSpacing; }
111 void setLetterSpacing(short s) { m_letterSpacing = s; }
134 float spaceWidth() const { return primaryFont()->spaceWidth() + m_letterSpacing; }
244 short m_letterSpacing;
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontQt.cpp 398 if (m_letterSpacing != 0)
399 f.setLetterSpacing(QFont::AbsoluteSpacing, m_letterSpacing);
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 452 m_letterSpacing = letterSpacingAdjustment;
457 // and m_letterSpacing.
535 unsigned m_letterSpacing; // pixels to be added after each glyph.
549 , m_letterSpacing(0)
865 // TODO We would like to add m_letterSpacing after each cluster, but I
869 // advance += m_letterSpacing;
    [all...]

Completed in 342 milliseconds