OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glyphElement
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGAltGlyphElement.h
43
SVGGlyphElement*
glyphElement
() const;
SVGAltGlyphElement.cpp
103
SVGGlyphElement* SVGAltGlyphElement::
glyphElement
() const
SVGFont.cpp
261
SVGGlyphElement*
glyphElement
= static_cast<SVGAltGlyphElement*>(parentRenderer->node())->
glyphElement
();
262
if (
glyphElement
) {
264
altGlyphIdentifier =
glyphElement
->buildGlyphIdentifier();
Completed in 122 milliseconds