OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:glyphElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/svg/
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 2111 milliseconds