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

  /external/webkit/Source/WebCore/svg/
SVGFontElement.idl 28 interface [Conditional=SVG&SVG_FONTS] SVGFontElement : SVGElement {
SVGFontFaceElement.h 32 class SVGFontElement;
50 SVGFontElement* associatedFontElement() const;
66 RefPtr<SVGFontElement> m_fontElement;
SVGFontElement.cpp 25 #include "SVGFontElement.h"
40 DEFINE_ANIMATED_BOOLEAN(SVGFontElement, SVGNames::externalResourcesRequiredAttr, ExternalResourcesRequired, externalResourcesRequired)
42 inline SVGFontElement::SVGFontElement(const QualifiedName& tagName, Document* document)
48 PassRefPtr<SVGFontElement> SVGFontElement::create(const QualifiedName& tagName, Document* document)
50 return adoptRef(new SVGFontElement(tagName, document));
53 void SVGFontElement::synchronizeProperty(const QualifiedName& attrName)
61 void SVGFontElement::invalidateGlyphCache()
71 SVGMissingGlyphElement* SVGFontElement::firstMissingGlyphElement() cons
    [all...]
SVGHKernElement.cpp 28 #include "SVGFontElement.h"
52 if (SVGFontElement* element = static_cast<SVGFontElement*>(fontNode))
62 if (SVGFontElement* element = static_cast<SVGFontElement*>(fontNode))
SVGVKernElement.cpp 26 #include "SVGFontElement.h"
50 if (SVGFontElement* element = static_cast<SVGFontElement*>(fontNode))
60 if (SVGFontElement* element = static_cast<SVGFontElement*>(fontNode))
SVGFontElement.h 55 class SVGFontElement : public SVGStyledElement
58 static PassRefPtr<SVGFontElement> create(const QualifiedName&, Document*);
70 SVGFontElement(const QualifiedName&, Document*);
SVGGlyphElement.cpp 29 #include "SVGFontElement.h"
54 if (SVGFontElement* element = static_cast<SVGFontElement*>(fontNode))
SVGFontFaceElement.cpp 39 #include "SVGFontElement.h"
264 SVGFontElement* SVGFontFaceElement::associatedFontElement() const
286 m_fontElement = static_cast<SVGFontElement*>(parentNode());
SVGFont.cpp 33 #include "SVGFontElement.h"
212 static inline const SVGFontData* svgFontAndFontFaceElementForFontData(const SimpleFontData* fontData, SVGFontFaceElement*& fontFace, SVGFontElement*& font)
233 SVGTextRunWalker(const SVGFontData* fontData, SVGFontElement* fontElement, SVGTextRunData& data,
328 SVGFontElement* m_fontElement;
369 SVGFontElement* Font::svgFont() const
374 SVGFontElement* fontElement = 0;
390 SVGFontElement* fontElement = 0;
468 SVGFontElement* fontElement = 0;
  /external/webkit/Source/WebCore/css/
CSSFontFaceSource.h 42 class SVGFontElement;
80 RefPtr<SVGFontElement> m_externalSVGFontElement;
  /external/webkit/Source/WebCore/loader/cache/
CachedFont.h 46 class SVGFontElement;
72 SVGFontElement* getSVGFontById(const String&) const;
CachedFont.cpp 51 #include "SVGFontElement.h"
148 SVGFontElement* CachedFont::getSVGFontById(const String& fontName) const
166 return static_cast<SVGFontElement*>(list->item(0));
169 SVGFontElement* element = static_cast<SVGFontElement*>(list->item(i));
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngineSpacing.cpp 29 #include "SVGFontElement.h"
48 SVGFontElement* svgFont = m_font.svgFont();
  /external/webkit/Source/WebCore/platform/graphics/
Font.h 53 class SVGFontElement;
231 SVGFontElement* svgFont() const;
SimpleFontData.cpp 38 #include "SVGFontElement.h"
89 SVGFontElement* associatedFontElement = svgFontFaceElement->associatedFontElement();
  /external/webkit/Source/WebCore/page/
DOMWindow.idl     [all...]
  /external/webkit/Source/WebCore/
Android.mk     [all...]

Completed in 1236 milliseconds