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

  /external/webkit/WebCore/svg/
SVGFELightElement.cpp 25 #include "SVGFELightElement.h"
32 SVGFELightElement::SVGFELightElement(const QualifiedName& tagName, Document* doc)
38 SVGFELightElement::~SVGFELightElement()
42 void SVGFELightElement::parseMappedAttribute(MappedAttribute* attr)
69 void SVGFELightElement::synchronizeProperty(const QualifiedName& attrName)
SVGFELightElement.h 32 class SVGFELightElement : public SVGElement {
34 SVGFELightElement(const QualifiedName&, Document*);
35 virtual ~SVGFELightElement();
42 DECLARE_ANIMATED_PROPERTY(SVGFELightElement, SVGNames::azimuthAttr, float, Azimuth, azimuth)
43 DECLARE_ANIMATED_PROPERTY(SVGFELightElement, SVGNames::elevationAttr, float, Elevation, elevation)
44 DECLARE_ANIMATED_PROPERTY(SVGFELightElement, SVGNames::xAttr, float, X, x)
45 DECLARE_ANIMATED_PROPERTY(SVGFELightElement, SVGNames::yAttr, float, Y, y)
46 DECLARE_ANIMATED_PROPERTY(SVGFELightElement, SVGNames::zAttr, float, Z, z)
47 DECLARE_ANIMATED_PROPERTY(SVGFELightElement, SVGNames::pointsAtXAttr, float, PointsAtX, pointsAtX)
48 DECLARE_ANIMATED_PROPERTY(SVGFELightElement, SVGNames::pointsAtYAttr, float, PointsAtY, pointsAtY
    [all...]

Completed in 357 milliseconds