HomeSort by relevance Sort by last modified time
    Searched defs:svgFont (Results 1 - 2 of 2) 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/svg/
SVGFont.cpp 369 SVGFontElement* Font::svgFont() const

Completed in 44 milliseconds