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

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

Completed in 781 milliseconds