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