Searched refs:svgFont (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextLayoutEngineSpacing.cpp48 SVGFontElement* svgFont = m_font.svgFont(); local
49 ASSERT(svgFont);
54 kerning = svgFont->verticalKerningForPairOfStringsAndGlyphs(m_lastGlyph.unicodeString, m_lastGlyph.name, currentGlyph.unicodeString, currentGlyph.name);
56 kerning = svgFont->horizontalKerningForPairOfStringsAndGlyphs(m_lastGlyph.unicodeString, m_lastGlyph.name, currentGlyph.unicodeString, currentGlyph.name);
/external/webkit/Source/WebCore/platform/graphics/
H A DFont.h231 SVGFontElement* svgFont() const;
/external/webkit/Source/WebCore/svg/
H A DSVGFont.cpp369 SVGFontElement* Font::svgFont() const function in class:WebCore::Font

Completed in 419 milliseconds