HomeSort by relevance Sort by last modified time
    Searched defs:SVGFESpecularLightingElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/svg/
SVGFESpecularLightingElement.h 34 class SVGFESpecularLightingElement : public SVGFilterPrimitiveStandardAttributes {
36 SVGFESpecularLightingElement(const QualifiedName&, Document*);
37 virtual ~SVGFESpecularLightingElement();
44 DECLARE_ANIMATED_PROPERTY(SVGFESpecularLightingElement, SVGNames::inAttr, String, In1, in1)
45 DECLARE_ANIMATED_PROPERTY(SVGFESpecularLightingElement, SVGNames::specularConstantAttr, float, SpecularConstant, specularConstant)
46 DECLARE_ANIMATED_PROPERTY(SVGFESpecularLightingElement, SVGNames::specularExponentAttr, float, SpecularExponent, specularExponent)
47 DECLARE_ANIMATED_PROPERTY(SVGFESpecularLightingElement, SVGNames::surfaceScaleAttr, float, SurfaceScale, surfaceScale)
48 DECLARE_ANIMATED_PROPERTY_MULTIPLE_WRAPPERS(SVGFESpecularLightingElement, SVGNames::kernelUnitLengthAttr, SVGKernelUnitLengthXIdentifier, float, KernelUnitLengthX, kernelUnitLengthX)
49 DECLARE_ANIMATED_PROPERTY_MULTIPLE_WRAPPERS(SVGFESpecularLightingElement, SVGNames::kernelUnitLengthAttr, SVGKernelUnitLengthYIdentifier, float, KernelUnitLengthY, kernelUnitLengthY)
SVGFESpecularLightingElement.cpp 25 #include "SVGFESpecularLightingElement.h"
37 SVGFESpecularLightingElement::SVGFESpecularLightingElement(const QualifiedName& tagName, Document* doc)
45 SVGFESpecularLightingElement::~SVGFESpecularLightingElement()
49 void SVGFESpecularLightingElement::parseMappedAttribute(MappedAttribute* attr)
70 void SVGFESpecularLightingElement::synchronizeProperty(const QualifiedName& attrName)
98 PassRefPtr<LightSource> SVGFESpecularLightingElement::findLights() const
112 bool SVGFESpecularLightingElement::build(SVGResourceFilter* filterResource)

Completed in 68 milliseconds