Searched defs:associatedFontElement (Results 1 - 2 of 2) sorted by relevance

/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);
/external/webkit/Source/WebCore/svg/
H A DSVGFontFaceElement.cpp264 SVGFontElement* SVGFontFaceElement::associatedFontElement() const function in class:WebCore::SVGFontFaceElement

Completed in 69 milliseconds