Searched defs:kerning (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGTextLayoutEngineSpacing.cpp65 float kerning = 0; local
86 float kerning = 0; local
[all...]
H A DSVGTextLayoutEngine.cpp511 float kerning = spacingLayout.calculateSVGKerning(m_isVerticalText, visualMetrics.glyph()); local
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGFontElement.h37 float kerning; member in struct:WebCore::SVGKerningPair
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontDescription.h126 Kerning kerning() const { return static_cast<Kerning>(m_kerning); } function in class:WebCore::FontDescription
157 void setKerning(Kerning kerning) { m_kerning = kerning; } argument
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DSVGRenderStyleDefs.h186 SVGLength kerning; member in class:WebCore::StyleTextData
H A DSVGRenderStyle.h335 SVGLength kerning() const { return text->kerning; } function in class:WebCore::SVGRenderStyle
H A DRenderStyle.h1475 SVGLength kerning() const { return svgStyle()->kerning(); } function in class:WebCore::RenderStyle
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSPrimitiveValueMappings.h3264 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(FontDescription::Kerning kerning) argument

Completed in 131 milliseconds