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

/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGTextLayoutEngineSpacing.cpp63 float kerning = 0; local
84 float kerning = 0; local
[all...]
H A DSVGTextLayoutEngine.cpp506 float kerning = spacingLayout.calculateSVGKerning(m_isVerticalText, visualMetrics.glyph()); local
H A DSVGTextRunRenderingContext.cpp88 float kerning = 0; local
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGFontElement.h36 float kerning; member in struct:WebCore::SVGKerning
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontDescription.h127 Kerning kerning() const { return static_cast<Kerning>(m_kerning); } function in class:WebCore::FontDescription
158 void setKerning(Kerning kerning) { m_kerning = kerning; } argument
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DSVGRenderStyleDefs.h200 SVGLength kerning; member in class:WebCore::StyleTextData
H A DSVGRenderStyle.h337 SVGLength kerning() const { return text->kerning; } function in class:WebCore::SVGRenderStyle
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSPrimitiveValueMappings.h3527 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(FontDescription::Kerning kerning) argument

Completed in 151 milliseconds