OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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