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

  /external/webkit/Source/WebCore/svg/
SVGFEFloodElement.h 30 class SVGFEFloodElement : public SVGFilterPrimitiveStandardAttributes {
32 static PassRefPtr<SVGFEFloodElement> create(const QualifiedName&, Document*);
35 SVGFEFloodElement(const QualifiedName&, Document*);
SVGFEFloodElement.cpp 24 #include "SVGFEFloodElement.h"
33 inline SVGFEFloodElement::SVGFEFloodElement(const QualifiedName& tagName, Document* document)
38 PassRefPtr<SVGFEFloodElement> SVGFEFloodElement::create(const QualifiedName& tagName, Document* document)
40 return adoptRef(new SVGFEFloodElement(tagName, document));
44 bool SVGFEFloodElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
61 PassRefPtr<FilterEffect> SVGFEFloodElement::build(SVGFilterBuilder*, Filter* filter)
71 AttributeToPropertyTypeMap& SVGFEFloodElement::attributeToPropertyTypeMap()
77 void SVGFEFloodElement::fillAttributeToPropertyTypeMap(
    [all...]

Completed in 32 milliseconds