OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGFEMorphologyElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGFEMorphologyElement.h
31
class
SVGFEMorphologyElement
: public SVGFilterPrimitiveStandardAttributes {
33
static PassRefPtr<
SVGFEMorphologyElement
> create(const QualifiedName&, Document*);
38
SVGFEMorphologyElement
(const QualifiedName&, Document*);
SVGFEMorphologyElement.cpp
23
#include "
SVGFEMorphologyElement
.h"
34
DEFINE_ANIMATED_STRING(
SVGFEMorphologyElement
, SVGNames::inAttr, In1, in1)
35
DEFINE_ANIMATED_ENUMERATION(
SVGFEMorphologyElement
, SVGNames::operatorAttr, _operator, _operator)
36
DEFINE_ANIMATED_NUMBER_MULTIPLE_WRAPPERS(
SVGFEMorphologyElement
, SVGNames::radiusAttr, radiusXIdentifier(), RadiusX, radiusX)
37
DEFINE_ANIMATED_NUMBER_MULTIPLE_WRAPPERS(
SVGFEMorphologyElement
, SVGNames::radiusAttr, radiusYIdentifier(), RadiusY, radiusY)
39
inline
SVGFEMorphologyElement
::
SVGFEMorphologyElement
(const QualifiedName& tagName, Document* document)
45
PassRefPtr<
SVGFEMorphologyElement
>
SVGFEMorphologyElement
::create(const QualifiedName& tagName, Document* document)
47
return adoptRef(new
SVGFEMorphologyElement
(tagName, document))
[
all
...]
Completed in 31 milliseconds