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

/external/webkit/Source/WebCore/svg/
H A DSVGFEColorMatrixElement.h32 class SVGFEColorMatrixElement : public SVGFilterPrimitiveStandardAttributes { class in namespace:WebCore
34 static PassRefPtr<SVGFEColorMatrixElement> create(const QualifiedName&, Document*);
37 SVGFEColorMatrixElement(const QualifiedName&, Document*);
H A DSVGFEColorMatrixElement.cpp24 #include "SVGFEColorMatrixElement.h"
34 DEFINE_ANIMATED_STRING(SVGFEColorMatrixElement, SVGNames::inAttr, In1, in1)
35 DEFINE_ANIMATED_ENUMERATION(SVGFEColorMatrixElement, SVGNames::typeAttr, Type, type)
36 DEFINE_ANIMATED_NUMBER_LIST(SVGFEColorMatrixElement, SVGNames::valuesAttr, Values, values)
38 inline SVGFEColorMatrixElement::SVGFEColorMatrixElement(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGFEColorMatrixElement
44 PassRefPtr<SVGFEColorMatrixElement> SVGFEColorMatrixElement::create(const QualifiedName& tagName, Document* document)
46 return adoptRef(new SVGFEColorMatrixElement(tagName, document));
49 void SVGFEColorMatrixElement
[all...]

Completed in 462 milliseconds