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

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DComplexTextControllerLinux.h84 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. member in class:WebCore::ComplexTextController
H A DUniscribeHelper.h110 return m_letterSpacing;
114 m_letterSpacing = letterSpacing;
401 int m_letterSpacing; member in class:WebCore::UniscribeHelper
H A DUniscribeHelper.cpp87 , m_letterSpacing(0)
757 if (m_letterSpacing != 0 || m_wordSpacing != 0)
781 int spaceWidthWithoutLetterSpacing = m_spaceWidth - m_letterSpacing;
830 if (m_letterSpacing != 0) {
835 shaping.m_prePadding += m_letterSpacing;
854 shaping.m_advance[i] += m_letterSpacing;
855 shaping.m_abc.abcB += m_letterSpacing;
859 shaping.m_advance[i] += m_letterSpacing;
860 shaping.m_abc.abcB += m_letterSpacing;
H A DComplexTextControllerLinux.cpp56 , m_letterSpacing(0)
318 position += m_letterSpacing;
/external/webkit/Source/WebCore/platform/graphics/
H A DFont.cpp49 : m_letterSpacing(0)
58 , m_letterSpacing(letterSpacing)
67 , m_letterSpacing(0)
80 , m_letterSpacing(other.m_letterSpacing)
91 m_letterSpacing = other.m_letterSpacing;
110 && m_letterSpacing == other.m_letterSpacing
H A DFont.h109 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; member in class:WebCore::Font
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFontQt.cpp398 if (m_letterSpacing != 0)
399 f.setLetterSpacing(QFont::AbsoluteSpacing, m_letterSpacing);
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontAndroid.cpp452 m_letterSpacing = letterSpacingAdjustment;
457 // and m_letterSpacing.
535 unsigned m_letterSpacing; // pixels to be added after each glyph. member in class:WebCore::TextRunWalker
549 , m_letterSpacing(0)
865 // TODO We would like to add m_letterSpacing after each cluster, but I
869 // advance += m_letterSpacing;

Completed in 418 milliseconds