Searched defs:SVGFEFuncRElement (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGFEFuncRElement.h29 class SVGFEFuncRElement : public SVGComponentTransferFunctionElement { class in namespace:WebCore
31 static PassRefPtr<SVGFEFuncRElement> create(const QualifiedName&, Document*);
34 SVGFEFuncRElement(const QualifiedName&, Document*);
H A DSVGFEFuncRElement.cpp24 #include "SVGFEFuncRElement.h"
28 inline SVGFEFuncRElement::SVGFEFuncRElement(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGFEFuncRElement
33 PassRefPtr<SVGFEFuncRElement> SVGFEFuncRElement::create(const QualifiedName& tagName, Document* document)
35 return adoptRef(new SVGFEFuncRElement(tagName, document));

Completed in 63 milliseconds