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

/external/webkit/WebCore/svg/
H A DSVGFEPointLightElement.h27 class SVGFEPointLightElement : public SVGFELightElement { class in namespace:WebCore
29 SVGFEPointLightElement(const QualifiedName&, Document*);
30 virtual ~SVGFEPointLightElement();
H A DSVGFEPointLightElement.cpp23 #include "SVGFEPointLightElement.h"
28 SVGFEPointLightElement::SVGFEPointLightElement(const QualifiedName& tagName, Document* doc) function in class:WebCore::SVGFEPointLightElement
33 SVGFEPointLightElement::~SVGFEPointLightElement()
37 PassRefPtr<LightSource> SVGFEPointLightElement::lightSource() const

Completed in 46 milliseconds