Home
last modified time | relevance | path

Searched refs:m_letterSpacing (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.h60 , m_letterSpacing(0) in FontDescription()
122 float letterSpacing() const { return m_letterSpacing; } in letterSpacing()
159 void setLetterSpacing(float s) { m_letterSpacing = s; } in setLetterSpacing()
180 float m_letterSpacing; variable
226 && m_letterSpacing == other.m_letterSpacing
DFontDescription.cpp189 if (m_letterSpacing == 0) { in updateTypesettingFeatures()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DHarfBuzzShaper.h151 float m_letterSpacing; // Pixels to be added after each glyph. variable
DHarfBuzzShaper.cpp386 , m_letterSpacing(font->fontDescription().letterSpacing()) in HarfBuzzShaper()
902 spacing += m_letterSpacing; in setGlyphPositionsForHarfBuzzRun()
917 offsetX += m_letterSpacing; in setGlyphPositionsForHarfBuzzRun()