HomeSort by relevance Sort by last modified time
    Searched defs:SVGFEBlendElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGFEBlendElement.h 31 class SVGFEBlendElement : public SVGFilterPrimitiveStandardAttributes {
33 static PassRefPtr<SVGFEBlendElement> create(const QualifiedName&, Document*);
36 SVGFEBlendElement(const QualifiedName&, Document*);
SVGFEBlendElement.cpp 24 #include "SVGFEBlendElement.h"
34 DEFINE_ANIMATED_STRING(SVGFEBlendElement, SVGNames::inAttr, In1, in1)
35 DEFINE_ANIMATED_STRING(SVGFEBlendElement, SVGNames::in2Attr, In2, in2)
36 DEFINE_ANIMATED_ENUMERATION(SVGFEBlendElement, SVGNames::modeAttr, Mode, mode)
38 inline SVGFEBlendElement::SVGFEBlendElement(const QualifiedName& tagName, Document* document)
44 PassRefPtr<SVGFEBlendElement> SVGFEBlendElement::create(const QualifiedName& tagName, Document* document)
46 return adoptRef(new SVGFEBlendElement(tagName, document));
49 void SVGFEBlendElement::parseMappedAttribute(Attribute* attr
    [all...]

Completed in 22 milliseconds