Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DFont.cpp49 : m_letterSpacing(0) in Font()
58 , m_letterSpacing(letterSpacing) in Font()
67 , m_letterSpacing(0) in Font()
80 , m_letterSpacing(other.m_letterSpacing) in Font()
91 m_letterSpacing = other.m_letterSpacing; in operator =()
110 && m_letterSpacing == other.m_letterSpacing in operator ==()
DFont.h109 short letterSpacing() const { return m_letterSpacing; } in letterSpacing()
111 void setLetterSpacing(short s) { m_letterSpacing = s; } in setLetterSpacing()
134 float spaceWidth() const { return primaryFont()->spaceWidth() + m_letterSpacing; } in spaceWidth()
244 short m_letterSpacing; variable
/external/webkit/Source/WebCore/platform/graphics/chromium/
DComplexTextControllerLinux.h84 …void setLetterSpacingAdjustment(int letterSpacingAdjustment) { m_letterSpacing = letterSpacingAdju… in setLetterSpacingAdjustment()
85 int letterSpacing() const { return m_letterSpacing; } in letterSpacing()
156 int m_letterSpacing; // pixels to be added after each glyph. variable
DUniscribeHelper.h110 return m_letterSpacing; in letterSpacing()
114 m_letterSpacing = letterSpacing; in setLetterSpacing()
401 int m_letterSpacing; variable
DUniscribeHelper.cpp87 , m_letterSpacing(0) in UniscribeHelper()
757 if (m_letterSpacing != 0 || m_wordSpacing != 0) in fillShapes()
781 int spaceWidthWithoutLetterSpacing = m_spaceWidth - m_letterSpacing; in adjustSpaceAdvances()
830 if (m_letterSpacing != 0) { in applySpacing()
835 shaping.m_prePadding += m_letterSpacing; in applySpacing()
854 shaping.m_advance[i] += m_letterSpacing; in applySpacing()
855 shaping.m_abc.abcB += m_letterSpacing; in applySpacing()
859 shaping.m_advance[i] += m_letterSpacing; in applySpacing()
860 shaping.m_abc.abcB += m_letterSpacing; in applySpacing()
DComplexTextControllerLinux.cpp56 , m_letterSpacing(0) in ComplexTextController()
318 position += m_letterSpacing; in setGlyphXPositions()
/external/webkit/Source/WebCore/platform/graphics/qt/
DFontQt.cpp398 if (m_letterSpacing != 0) in font()
399 f.setLetterSpacing(QFont::AbsoluteSpacing, m_letterSpacing); in font()
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontAndroid.cpp452 m_letterSpacing = letterSpacingAdjustment; in setLetterSpacingAdjustment()
535 unsigned m_letterSpacing; // pixels to be added after each glyph. member in WebCore::TextRunWalker
549 , m_letterSpacing(0) in TextRunWalker()