OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGFECompositeElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGFECompositeElement.h
32
class
SVGFECompositeElement
: public SVGFilterPrimitiveStandardAttributes {
34
static PassRefPtr<
SVGFECompositeElement
> create(const QualifiedName&, Document*);
37
SVGFECompositeElement
(const QualifiedName&, Document*);
SVGFECompositeElement.cpp
24
#include "
SVGFECompositeElement
.h"
34
DEFINE_ANIMATED_STRING(
SVGFECompositeElement
, SVGNames::inAttr, In1, in1)
35
DEFINE_ANIMATED_STRING(
SVGFECompositeElement
, SVGNames::in2Attr, In2, in2)
36
DEFINE_ANIMATED_ENUMERATION(
SVGFECompositeElement
, SVGNames::operatorAttr, _operator, _operator)
37
DEFINE_ANIMATED_NUMBER(
SVGFECompositeElement
, SVGNames::k1Attr, K1, k1)
38
DEFINE_ANIMATED_NUMBER(
SVGFECompositeElement
, SVGNames::k2Attr, K2, k2)
39
DEFINE_ANIMATED_NUMBER(
SVGFECompositeElement
, SVGNames::k3Attr, K3, k3)
40
DEFINE_ANIMATED_NUMBER(
SVGFECompositeElement
, SVGNames::k4Attr, K4, k4)
42
inline
SVGFECompositeElement
::
SVGFECompositeElement
(const QualifiedName& tagName, Document* document
[
all
...]
Completed in 563 milliseconds