Home
last modified time | relevance | path

Searched refs:svgFont (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DFont.h180 SVGFontElement* svgFont() const;
/external/webkit/WebCore/rendering/
DSVGRootInlineBox.cpp1302 SVGFontElement* svgFont = 0; in buildLayoutInformationForTextBox() local
1304 svgFont = style->font().svgFont(); in buildLayoutInformationForTextBox()
1308 …if (svgFont->getHorizontalKerningPairForStringsAndGlyphs(lastGlyph.unicode, lastGlyph.glyphName, u… in buildLayoutInformationForTextBox()
/external/webkit/WebCore/svg/
DSVGFont.cpp364 SVGFontElement* Font::svgFont() const in svgFont() function in WebCore::Font
/external/webkit/WebCore/
DChangeLog-2008-08-1037374 (WebCore::SVGRootInlineBox::buildLayoutInformationForTextBox): Initialize svgFont to zero.
37405 (WebCore::Font::svgFont):