HomeSort by relevance Sort by last modified time
    Searched refs:svgFont (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngineSpacing.cpp 48 SVGFontElement* svgFont = m_font.svgFont();
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/
Font.h 225 SVGFontElement* svgFont() const;
  /external/webkit/Source/WebCore/svg/
SVGFont.cpp 369 SVGFontElement* Font::svgFont() const

Completed in 2450 milliseconds