Searched refs:associatedFontElement (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGFontFaceElement.h50 SVGFontElement* associatedFontElement() const;
H A DSVGFontFaceElement.cpp264 SVGFontElement* SVGFontFaceElement::associatedFontElement() const function in class:WebCore::SVGFontFaceElement
H A DSVGFont.cpp222 font = fontFace->associatedFontElement();
/external/webkit/Source/WebCore/platform/graphics/
H A DSimpleFontData.cpp89 SVGFontElement* associatedFontElement = svgFontFaceElement->associatedFontElement(); local
93 associatedFontElement->getGlyphIdentifiersForString(String("x", 1), letterXGlyphs);
105 associatedFontElement->getGlyphIdentifiersForString(String(" ", 1), spaceGlyphs);
109 associatedFontElement->getGlyphIdentifiersForString(String("0", 1), numeralZeroGlyphs);
113 associatedFontElement->getGlyphIdentifiersForString(String("W", 1), letterWGlyphs);

Completed in 103 milliseconds