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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h 61 , m_letterSpacing(0)
159 float letterSpacing() const { return m_letterSpacing; }
192 void setLetterSpacing(float s) { m_letterSpacing = s; }
213 float m_letterSpacing;
259 && m_letterSpacing == other.m_letterSpacing
FontDescription.cpp 212 if (m_letterSpacing == 0) {
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.h 147 float m_letterSpacing; // Pixels to be added after each glyph.
HarfBuzzShaper.cpp 380 , m_letterSpacing(font->fontDescription().letterSpacing())
    [all...]

Completed in 83 milliseconds