Searched defs:SVGFESpotLightElement (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGFESpotLightElement.h28 class SVGFESpotLightElement : public SVGFELightElement { class in namespace:WebCore
30 static PassRefPtr<SVGFESpotLightElement> create(const QualifiedName&, Document*);
33 SVGFESpotLightElement(const QualifiedName&, Document*);
H A DSVGFESpotLightElement.cpp23 #include "SVGFESpotLightElement.h"
29 inline SVGFESpotLightElement::SVGFESpotLightElement(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGFESpotLightElement
34 PassRefPtr<SVGFESpotLightElement> SVGFESpotLightElement::create(const QualifiedName& tagName, Document* document)
36 return adoptRef(new SVGFESpotLightElement(tagName, document));
39 PassRefPtr<LightSource> SVGFESpotLightElement::lightSource() const

Completed in 46 milliseconds