HomeSort by relevance Sort by last modified time
    Searched refs:associatedFontElement (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp 64 SVGFontElement* svgFontElement = svgFontFaceElement->associatedFontElement();
124 SVGFontElement* associatedFontElement = svgFontFaceElement->associatedFontElement();
125 ASSERT(associatedFontElement);
127 SVGGlyph svgGlyph = associatedFontElement->svgGlyphForGlyph(glyph);
157 SVGFontElement* associatedFontElement = svgFontFaceElement->associatedFontElement();
158 ASSERT(associatedFontElement);
188 associatedFontElement->collectGlyphsForGlyphName(altGlyphNames[index], glyphs);
205 associatedFontElement->collectGlyphsForString(remainingTextInRun, glyphs)
    [all...]
SVGFontFaceElement.h 50 SVGFontElement* associatedFontElement() const;
SVGFontFaceElement.cpp 265 SVGFontElement* SVGFontFaceElement::associatedFontElement() const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineSpacing.cpp 60 SVGFontElement* svgFont = svgFontFace->associatedFontElement();
SVGTextRunRenderingContext.cpp 52 font = fontFace->associatedFontElement();

Completed in 717 milliseconds