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/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontFaceElement.cpp
263
SVGFontElement* SVGFontFaceElement::
associatedFontElement
() const
SVGFontData.cpp
66
SVGFontElement* svgFontElement = svgFontFaceElement->
associatedFontElement
();
126
SVGFontElement*
associatedFontElement
= svgFontFaceElement->
associatedFontElement
();
127
ASSERT(
associatedFontElement
);
129
SVGGlyph svgGlyph =
associatedFontElement
->svgGlyphForGlyph(glyph);
159
SVGFontElement*
associatedFontElement
= svgFontFaceElement->
associatedFontElement
();
160
ASSERT(
associatedFontElement
);
190
associatedFontElement
->collectGlyphsForGlyphName(altGlyphNames[index], glyphs);
207
associatedFontElement
->collectGlyphsForString(remainingTextInRun, glyphs)
[
all
...]
Completed in 26 milliseconds