HomeSort by relevance Sort by last modified time
    Searched defs:m_letterSpacing (Results 1 - 4 of 4) 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;
  /external/webkit/Source/WebCore/platform/graphics/
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/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 252 milliseconds