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

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

Completed in 22 milliseconds