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 70 SVGFontElement* svgFontElement = svgFontFaceElement->associatedFontElement();
138 // In this case, use default horizontalAdvanceX instead of associatedFontElement's one.
142 SVGFontElement* associatedFontElement = svgFontFaceElement->associatedFontElement();
143 ASSERT(associatedFontElement);
145 SVGGlyph svgGlyph = associatedFontElement->svgGlyphForGlyph(glyph);
173 SVGFontElement* associatedFontElement = svgFontFaceElement->associatedFontElement();
174 ASSERT(associatedFontElement);
203 associatedFontElement->collectGlyphsForAltGlyphReference(altGlyphNames[index], glyphs)
    [all...]
SVGFontFaceElement.h 52 SVGFontElement* associatedFontElement() const;
SVGFontFaceElement.cpp 261 SVGFontElement* SVGFontFaceElement::associatedFontElement() const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineSpacing.cpp 63 SVGFontElement* svgFont = svgFontFace->associatedFontElement();
SVGTextRunRenderingContext.cpp 56 font = fontFace->associatedFontElement();

Completed in 433 milliseconds