OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGFEBlendElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/svg/
SVGFEBlendElement.h
29
class
SVGFEBlendElement
: public SVGFilterPrimitiveStandardAttributes {
31
SVGFEBlendElement
(const QualifiedName&, Document*);
32
virtual ~
SVGFEBlendElement
();
39
DECLARE_ANIMATED_PROPERTY(
SVGFEBlendElement
, SVGNames::inAttr, String, In1, in1)
40
DECLARE_ANIMATED_PROPERTY(
SVGFEBlendElement
, SVGNames::in2Attr, String, In2, in2)
41
DECLARE_ANIMATED_PROPERTY(
SVGFEBlendElement
, SVGNames::modeAttr, int, Mode, mode)
SVGFEBlendElement.cpp
24
#include "
SVGFEBlendElement
.h"
31
SVGFEBlendElement
::
SVGFEBlendElement
(const QualifiedName& tagName, Document* doc)
37
SVGFEBlendElement
::~
SVGFEBlendElement
()
41
void
SVGFEBlendElement
::parseMappedAttribute(MappedAttribute* attr)
63
void
SVGFEBlendElement
::synchronizeProperty(const QualifiedName& attrName)
82
bool
SVGFEBlendElement
::build(SVGResourceFilter* filterResource)
Completed in 492 milliseconds