Searched defs:letterSpacing (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DFontWinCE.cpp113 int letterSpacing = font.letterSpacing(); local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFont.h155 float letterSpacing() const { return m_letterSpacing; } function in class:WebCore::Font
H A DFont.cpp117 Font::Font(const FontDescription& fd, float letterSpacing, float wordSpacing) argument
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DRenderStyle.cpp1321 float RenderStyle::letterSpacing() const { return inherited->font.letterSpacing(); } function in class:WebCore::RenderStyle

Completed in 135 milliseconds