OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGFEConvolveMatrixElement
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGFEConvolveMatrixElement.cpp
23
#include "
SVGFEConvolveMatrixElement
.h"
37
DEFINE_ANIMATED_STRING(
SVGFEConvolveMatrixElement
, SVGNames::inAttr, In1, in1)
38
DEFINE_ANIMATED_INTEGER_MULTIPLE_WRAPPERS(
SVGFEConvolveMatrixElement
, SVGNames::orderAttr, orderXIdentifier(), OrderX, orderX)
39
DEFINE_ANIMATED_INTEGER_MULTIPLE_WRAPPERS(
SVGFEConvolveMatrixElement
, SVGNames::orderAttr, orderYIdentifier(), OrderY, orderY)
40
DEFINE_ANIMATED_NUMBER_LIST(
SVGFEConvolveMatrixElement
, SVGNames::kernelMatrixAttr, KernelMatrix, kernelMatrix)
41
DEFINE_ANIMATED_NUMBER(
SVGFEConvolveMatrixElement
, SVGNames::divisorAttr, Divisor, divisor)
42
DEFINE_ANIMATED_NUMBER(
SVGFEConvolveMatrixElement
, SVGNames::biasAttr, Bias, bias)
43
DEFINE_ANIMATED_INTEGER(
SVGFEConvolveMatrixElement
, SVGNames::targetXAttr, TargetX, targetX)
44
DEFINE_ANIMATED_INTEGER(
SVGFEConvolveMatrixElement
, SVGNames::targetYAttr, TargetY, targetY)
45
DEFINE_ANIMATED_ENUMERATION(
SVGFEConvolveMatrixElement
, SVGNames::operatorAttr, EdgeMode, edgeMode
[
all
...]
SVGFEConvolveMatrixElement.h
34
class
SVGFEConvolveMatrixElement
: public SVGFilterPrimitiveStandardAttributes {
36
static PassRefPtr<
SVGFEConvolveMatrixElement
> create(const QualifiedName&, Document*);
42
SVGFEConvolveMatrixElement
(const QualifiedName&, Document*);
SVGFEConvolveMatrixElement.idl
32
]
SVGFEConvolveMatrixElement
: SVGElement,
/external/webkit/Source/WebCore/page/
DOMWindow.idl
[
all
...]
/external/webkit/Source/WebCore/
Android.mk
[
all
...]
Completed in 52 milliseconds