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

  /external/webkit/Source/WebCore/svg/
SVGFontFaceElement.h 50 SVGFontElement* associatedFontElement() const;
SVGFontFaceElement.cpp 264 SVGFontElement* SVGFontFaceElement::associatedFontElement() const
SVGFont.cpp 222 font = fontFace->associatedFontElement();
  /external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.cpp 89 SVGFontElement* associatedFontElement = svgFontFaceElement->associatedFontElement();
93 associatedFontElement->getGlyphIdentifiersForString(String("x", 1), letterXGlyphs);
105 associatedFontElement->getGlyphIdentifiersForString(String(" ", 1), spaceGlyphs);
109 associatedFontElement->getGlyphIdentifiersForString(String("0", 1), numeralZeroGlyphs);
113 associatedFontElement->getGlyphIdentifiersForString(String("W", 1), letterWGlyphs);

Completed in 282 milliseconds