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/Source/WebCore/svg/
SVGFEDisplacementMapElement.h
31
class
SVGFEDisplacementMapElement
: public SVGFilterPrimitiveStandardAttributes {
33
static PassRefPtr<
SVGFEDisplacementMapElement
> create(const QualifiedName&, Document*);
38
SVGFEDisplacementMapElement
(const QualifiedName& tagName, Document*);
SVGFEDisplacementMapElement.cpp
23
#include "
SVGFEDisplacementMapElement
.h"
33
DEFINE_ANIMATED_STRING(
SVGFEDisplacementMapElement
, SVGNames::inAttr, In1, in1)
34
DEFINE_ANIMATED_STRING(
SVGFEDisplacementMapElement
, SVGNames::in2Attr, In2, in2)
35
DEFINE_ANIMATED_ENUMERATION(
SVGFEDisplacementMapElement
, SVGNames::xChannelSelectorAttr, XChannelSelector, xChannelSelector)
36
DEFINE_ANIMATED_ENUMERATION(
SVGFEDisplacementMapElement
, SVGNames::yChannelSelectorAttr, YChannelSelector, yChannelSelector)
37
DEFINE_ANIMATED_NUMBER(
SVGFEDisplacementMapElement
, SVGNames::scaleAttr, Scale, scale)
39
inline
SVGFEDisplacementMapElement
::
SVGFEDisplacementMapElement
(const QualifiedName& tagName, Document* document)
46
PassRefPtr<
SVGFEDisplacementMapElement
>
SVGFEDisplacementMapElement
::create(const QualifiedName& tagName, Document* document
[
all
...]
Completed in 46 milliseconds