OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGFEDisplacementMapElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/svg/
SVGFEDisplacementMapElement.h
29
class
SVGFEDisplacementMapElement
: public SVGFilterPrimitiveStandardAttributes {
31
SVGFEDisplacementMapElement
(const QualifiedName& tagName, Document*);
32
virtual ~
SVGFEDisplacementMapElement
();
41
DECLARE_ANIMATED_PROPERTY(
SVGFEDisplacementMapElement
, SVGNames::inAttr, String, In1, in1)
42
DECLARE_ANIMATED_PROPERTY(
SVGFEDisplacementMapElement
, SVGNames::in2Attr, String, In2, in2)
43
DECLARE_ANIMATED_PROPERTY(
SVGFEDisplacementMapElement
, SVGNames::xChannelSelectorAttr, int, XChannelSelector, xChannelSelector)
44
DECLARE_ANIMATED_PROPERTY(
SVGFEDisplacementMapElement
, SVGNames::yChannelSelectorAttr, int, YChannelSelector, yChannelSelector)
45
DECLARE_ANIMATED_PROPERTY(
SVGFEDisplacementMapElement
, SVGNames::scaleAttr, float, Scale, scale)
SVGFEDisplacementMapElement.cpp
23
#include "
SVGFEDisplacementMapElement
.h"
30
SVGFEDisplacementMapElement
::
SVGFEDisplacementMapElement
(const QualifiedName& tagName, Document* doc)
37
SVGFEDisplacementMapElement
::~
SVGFEDisplacementMapElement
()
41
ChannelSelectorType
SVGFEDisplacementMapElement
::stringToChannel(const String& key)
55
void
SVGFEDisplacementMapElement
::parseMappedAttribute(MappedAttribute* attr)
72
void
SVGFEDisplacementMapElement
::synchronizeProperty(const QualifiedName& attrName)
97
bool
SVGFEDisplacementMapElement
::build(SVGResourceFilter* filterResource)
Completed in 11 milliseconds