Searched defs:SVGFEDiffuseLightingElement (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGFEDiffuseLightingElement.h34 class SVGFEDiffuseLightingElement : public SVGFilterPrimitiveStandardAttributes { class in namespace:WebCore
36 static PassRefPtr<SVGFEDiffuseLightingElement> create(const QualifiedName&, Document*);
40 SVGFEDiffuseLightingElement(const QualifiedName&, Document*);
H A DSVGFEDiffuseLightingElement.cpp23 #include "SVGFEDiffuseLightingElement.h"
38 DEFINE_ANIMATED_STRING(SVGFEDiffuseLightingElement, SVGNames::inAttr, In1, in1)
39 DEFINE_ANIMATED_NUMBER(SVGFEDiffuseLightingElement, SVGNames::diffuseConstantAttr, DiffuseConstant, diffuseConstant)
40 DEFINE_ANIMATED_NUMBER(SVGFEDiffuseLightingElement, SVGNames::surfaceScaleAttr, SurfaceScale, surfaceScale)
41 DEFINE_ANIMATED_NUMBER_MULTIPLE_WRAPPERS(SVGFEDiffuseLightingElement, SVGNames::kernelUnitLengthAttr, kernelUnitLengthXIdentifier(), KernelUnitLengthX, kernelUnitLengthX)
42 DEFINE_ANIMATED_NUMBER_MULTIPLE_WRAPPERS(SVGFEDiffuseLightingElement, SVGNames::kernelUnitLengthAttr, kernelUnitLengthYIdentifier(), KernelUnitLengthY, kernelUnitLengthY)
44 inline SVGFEDiffuseLightingElement::SVGFEDiffuseLightingElement(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGFEDiffuseLightingElement
51 PassRefPtr<SVGFEDiffuseLightingElement> SVGFEDiffuseLightingElement
[all...]

Completed in 41 milliseconds