OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:associatedFontElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.cpp
89
SVGFontElement*
associatedFontElement
= svgFontFaceElement->
associatedFontElement
();
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/
SVGFontFaceElement.cpp
264
SVGFontElement* SVGFontFaceElement::
associatedFontElement
() const
Completed in 340 milliseconds