OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGFESpotLightElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGFESpotLightElement.cpp
23
#include "
SVGFESpotLightElement
.h"
29
inline
SVGFESpotLightElement
::
SVGFESpotLightElement
(const QualifiedName& tagName, Document* document)
34
PassRefPtr<
SVGFESpotLightElement
>
SVGFESpotLightElement
::create(const QualifiedName& tagName, Document* document)
36
return adoptRef(new
SVGFESpotLightElement
(tagName, document));
39
PassRefPtr<LightSource>
SVGFESpotLightElement
::lightSource() const
SVGFESpotLightElement.h
28
class
SVGFESpotLightElement
: public SVGFELightElement {
30
static PassRefPtr<
SVGFESpotLightElement
> create(const QualifiedName&, Document*);
33
SVGFESpotLightElement
(const QualifiedName&, Document*);
Completed in 632 milliseconds