Searched refs:setLetterSpacing (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DUniscribeHelperTextRun.cpp52 setLetterSpacing(font.letterSpacing());
H A DUniscribeHelper.h112 void setLetterSpacing(int letterSpacing) function in class:WebCore::UniscribeHelper
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFontPlatformDataQt.cpp73 font.setLetterSpacing(QFont::AbsoluteSpacing, letterSpacing);
H A DFontQt.cpp399 f.setLetterSpacing(QFont::AbsoluteSpacing, m_letterSpacing);
/external/webkit/Source/WebCore/platform/graphics/
H A DFont.h111 void setLetterSpacing(short s) { m_letterSpacing = s; } function in class:WebCore::Font
/external/webkit/Source/WebCore/bindings/objc/
H A DDOMCSS.h167 - (void)setLetterSpacing:(NSString *)letterSpacing;
H A DDOMCSS.mm702 - (void)setLetterSpacing:(NSString *)letterSpacing
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h945 void setLetterSpacing(int v) { inherited.access()->font.setLetterSpacing(v); } function in class:WebCore::RenderStyle
/external/webkit/Source/WebCore/page/animation/
H A DAnimationBase.cpp660 gPropertyWrappers->append(new PropertyWrapper<int>(CSSPropertyLetterSpacing, &RenderStyle::letterSpacing, &RenderStyle::setLetterSpacing));
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp4013 m_style->setLetterSpacing(width);

Completed in 129 milliseconds