HomeSort by relevance Sort by last modified time
    Searched full:svgfont (Results 1 - 14 of 14) 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/
SVGGlyphElement.h 109 // Helper function used by SVGFont
SVGAllInOne.cpp 79 #include "SVGFont.cpp"
SVGFont.cpp 369 SVGFontElement* Font::svgFont() const
  /external/webkit/Source/WebCore/platform/graphics/
Font.h 231 SVGFontElement* svgFont() const;
  /external/webkit/Source/WebCore/
Android.mk     [all...]
CMakeLists.txt     [all...]
WebCore.pro     [all...]
ChangeLog-2010-12-06 708 * svg/SVGFont.cpp:
    [all...]
GNUmakefile.list.am     [all...]
ChangeLog-2011-02-16     [all...]
GNUmakefile.am     [all...]
WebCore.gypi     [all...]
  /frameworks/base/tests/DumpRenderTree/assets/results/
layout_tests_failed.txt     [all...]

Completed in 475 milliseconds