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

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

Completed in 14 milliseconds