Lines Matching defs:SVGFELightElement

24 #include "core/svg/SVGFELightElement.h"
36 DEFINE_ANIMATED_NUMBER(SVGFELightElement, SVGNames::azimuthAttr, Azimuth, azimuth)
37 DEFINE_ANIMATED_NUMBER(SVGFELightElement, SVGNames::elevationAttr, Elevation, elevation)
38 DEFINE_ANIMATED_NUMBER(SVGFELightElement, SVGNames::xAttr, X, x)
39 DEFINE_ANIMATED_NUMBER(SVGFELightElement, SVGNames::yAttr, Y, y)
40 DEFINE_ANIMATED_NUMBER(SVGFELightElement, SVGNames::zAttr, Z, z)
41 DEFINE_ANIMATED_NUMBER(SVGFELightElement, SVGNames::pointsAtXAttr, PointsAtX, pointsAtX)
42 DEFINE_ANIMATED_NUMBER(SVGFELightElement, SVGNames::pointsAtYAttr, PointsAtY, pointsAtY)
43 DEFINE_ANIMATED_NUMBER(SVGFELightElement, SVGNames::pointsAtZAttr, PointsAtZ, pointsAtZ)
44 DEFINE_ANIMATED_NUMBER(SVGFELightElement, SVGNames::specularExponentAttr, SpecularExponent, specularExponent)
45 DEFINE_ANIMATED_NUMBER(SVGFELightElement, SVGNames::limitingConeAngleAttr, LimitingConeAngle, limitingConeAngle)
47 BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGFELightElement)
60 SVGFELightElement::SVGFELightElement(const QualifiedName& tagName, Document& document)
67 SVGFELightElement* SVGFELightElement::findLightElement(const SVGElement* svgElement)
73 return static_cast<SVGFELightElement*>(node);
79 PassRefPtr<LightSource> SVGFELightElement::findLightSource(const SVGElement* svgElement)
81 SVGFELightElement* lightNode = findLightElement(svgElement);
87 bool SVGFELightElement::isSupportedAttribute(const QualifiedName& attrName)
105 void SVGFELightElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
165 void SVGFELightElement::svgAttributeChanged(const QualifiedName& attrName)
204 void SVGFELightElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)