Searched defs:wordSpacing (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DFontPlatformDataQt.cpp65 FontPlatformData::FontPlatformData(const FontDescription& description, const AtomicString& familyName, int wordSpacing, int letterSpacing) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFont.h122 short wordSpacing() const { return m_wordSpacing; } function in class:WebCore::Font
H A DFont.cpp80 Font::Font(const FontDescription& fd, short letterSpacing, short wordSpacing) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DFontWinCE.cpp115 int wordSpacing = font.wordSpacing(); local
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DRenderStyle.cpp1340 int RenderStyle::wordSpacing() const { return inherited->font.wordSpacing(); } function in class:RenderStyle
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderText.cpp959 float wordSpacing = styleToUse->wordSpacing(); local
H A DRenderBlockLineLayout.cpp3115 float wordSpacing = currentStyle->wordSpacing(); local
[all...]

Completed in 116 milliseconds