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.h61 , m_letterSpacing(0) in FontDescription()
159 float letterSpacing() const { return m_letterSpacing; } in letterSpacing()
192 void setLetterSpacing(float s) { m_letterSpacing = s; } in setLetterSpacing()
213 float m_letterSpacing; variable
259 && m_letterSpacing == other.m_letterSpacing
DFontDescription.cpp212 if (m_letterSpacing == 0) { in updateTypesettingFeatures()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DHarfBuzzShaper.h147 float m_letterSpacing; // Pixels to be added after each glyph. variable
DHarfBuzzShaper.cpp380 , m_letterSpacing(font->fontDescription().letterSpacing()) in HarfBuzzShaper()
926 spacing += m_letterSpacing; in setGlyphPositionsForHarfBuzzRun()
941 offsetX += m_letterSpacing; in setGlyphPositionsForHarfBuzzRun()