HomeSort by relevance Sort by last modified time
    Searched defs:SVGFEPointLightElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/svg/
SVGFEPointLightElement.cpp 23 #include "SVGFEPointLightElement.h"
28 SVGFEPointLightElement::SVGFEPointLightElement(const QualifiedName& tagName, Document* doc)
33 SVGFEPointLightElement::~SVGFEPointLightElement()
37 PassRefPtr<LightSource> SVGFEPointLightElement::lightSource() const
SVGFEPointLightElement.h 27 class SVGFEPointLightElement : public SVGFELightElement {
29 SVGFEPointLightElement(const QualifiedName&, Document*);
30 virtual ~SVGFEPointLightElement();

Completed in 44 milliseconds