Home
last modified time | relevance | path

Searched refs:DEFINE_ANIMATED_NUMBER (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGFELightElement.cpp39 DEFINE_ANIMATED_NUMBER(SVGFELightElement, SVGNames::azimuthAttr, Azimuth, azimuth) in DEFINE_ANIMATED_NUMBER() function
40 DEFINE_ANIMATED_NUMBER(SVGFELightElement, SVGNames::elevationAttr, Elevation, elevation) in DEFINE_ANIMATED_NUMBER()
41 DEFINE_ANIMATED_NUMBER(SVGFELightElement, SVGNames::xAttr, X, x) in DEFINE_ANIMATED_NUMBER()
42 DEFINE_ANIMATED_NUMBER(SVGFELightElement, SVGNames::yAttr, Y, y) in DEFINE_ANIMATED_NUMBER()
43 DEFINE_ANIMATED_NUMBER(SVGFELightElement, SVGNames::zAttr, Z, z) in DEFINE_ANIMATED_NUMBER()
44 DEFINE_ANIMATED_NUMBER(SVGFELightElement, SVGNames::pointsAtXAttr, PointsAtX, pointsAtX) in DEFINE_ANIMATED_NUMBER()
45 DEFINE_ANIMATED_NUMBER(SVGFELightElement, SVGNames::pointsAtYAttr, PointsAtY, pointsAtY) in DEFINE_ANIMATED_NUMBER()
46 DEFINE_ANIMATED_NUMBER(SVGFELightElement, SVGNames::pointsAtZAttr, PointsAtZ, pointsAtZ) in DEFINE_ANIMATED_NUMBER()
47 DEFINE_ANIMATED_NUMBER(SVGFELightElement, SVGNames::specularExponentAttr, SpecularExponent, specula… in DEFINE_ANIMATED_NUMBER()
48 DEFINE_ANIMATED_NUMBER(SVGFELightElement, SVGNames::limitingConeAngleAttr, LimitingConeAngle, limit… in DEFINE_ANIMATED_NUMBER()
DSVGComponentTransferFunctionElement.cpp36 DEFINE_ANIMATED_NUMBER(SVGComponentTransferFunctionElement, SVGNames::slopeAttr, Slope, slope) in DEFINE_ANIMATED_ENUMERATION()
37 DEFINE_ANIMATED_NUMBER(SVGComponentTransferFunctionElement, SVGNames::interceptAttr, Intercept, int… in DEFINE_ANIMATED_ENUMERATION()
38 DEFINE_ANIMATED_NUMBER(SVGComponentTransferFunctionElement, SVGNames::amplitudeAttr, Amplitude, amp… in DEFINE_ANIMATED_ENUMERATION()
39 DEFINE_ANIMATED_NUMBER(SVGComponentTransferFunctionElement, SVGNames::exponentAttr, Exponent, expon… in DEFINE_ANIMATED_ENUMERATION()
40 DEFINE_ANIMATED_NUMBER(SVGComponentTransferFunctionElement, SVGNames::offsetAttr, Offset, offset) in DEFINE_ANIMATED_ENUMERATION()
DSVGFECompositeElement.cpp37 DEFINE_ANIMATED_NUMBER(SVGFECompositeElement, SVGNames::k1Attr, K1, k1) in DEFINE_ANIMATED_STRING()
38 DEFINE_ANIMATED_NUMBER(SVGFECompositeElement, SVGNames::k2Attr, K2, k2) in DEFINE_ANIMATED_STRING()
39 DEFINE_ANIMATED_NUMBER(SVGFECompositeElement, SVGNames::k3Attr, K3, k3) in DEFINE_ANIMATED_STRING()
40 DEFINE_ANIMATED_NUMBER(SVGFECompositeElement, SVGNames::k4Attr, K4, k4) in DEFINE_ANIMATED_STRING()
DSVGFEOffsetElement.cpp35 DEFINE_ANIMATED_NUMBER(SVGFEOffsetElement, SVGNames::dxAttr, Dx, dx) in DEFINE_ANIMATED_STRING()
36 DEFINE_ANIMATED_NUMBER(SVGFEOffsetElement, SVGNames::dyAttr, Dy, dy) in DEFINE_ANIMATED_STRING()
DSVGFESpecularLightingElement.cpp40 DEFINE_ANIMATED_NUMBER(SVGFESpecularLightingElement, SVGNames::specularConstantAttr, SpecularConsta… in DEFINE_ANIMATED_STRING()
41 DEFINE_ANIMATED_NUMBER(SVGFESpecularLightingElement, SVGNames::specularExponentAttr, SpecularExpone… in DEFINE_ANIMATED_STRING()
42 DEFINE_ANIMATED_NUMBER(SVGFESpecularLightingElement, SVGNames::surfaceScaleAttr, SurfaceScale, surf… in DEFINE_ANIMATED_STRING()
DSVGAnimatedNumber.h35 #define DEFINE_ANIMATED_NUMBER(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ macro
DSVGFEDiffuseLightingElement.cpp39 DEFINE_ANIMATED_NUMBER(SVGFEDiffuseLightingElement, SVGNames::diffuseConstantAttr, DiffuseConstant,… in DEFINE_ANIMATED_STRING()
40 DEFINE_ANIMATED_NUMBER(SVGFEDiffuseLightingElement, SVGNames::surfaceScaleAttr, SurfaceScale, surfa… in DEFINE_ANIMATED_STRING()
DSVGStopElement.cpp36 DEFINE_ANIMATED_NUMBER(SVGStopElement, SVGNames::offsetAttr, Offset, offset) in DEFINE_ANIMATED_NUMBER() function
DSVGFEConvolveMatrixElement.cpp41 DEFINE_ANIMATED_NUMBER(SVGFEConvolveMatrixElement, SVGNames::divisorAttr, Divisor, divisor) in DEFINE_ANIMATED_STRING()
42 DEFINE_ANIMATED_NUMBER(SVGFEConvolveMatrixElement, SVGNames::biasAttr, Bias, bias) in DEFINE_ANIMATED_STRING()
DSVGFETurbulenceElement.cpp36 DEFINE_ANIMATED_NUMBER(SVGFETurbulenceElement, SVGNames::seedAttr, Seed, seed) in DEFINE_ANIMATED_NUMBER_MULTIPLE_WRAPPERS()
DSVGFEDisplacementMapElement.cpp37 DEFINE_ANIMATED_NUMBER(SVGFEDisplacementMapElement, SVGNames::scaleAttr, Scale, scale) in DEFINE_ANIMATED_STRING()
DSVGPathElement.cpp49 DEFINE_ANIMATED_NUMBER(SVGPathElement, SVGNames::pathLengthAttr, PathLength, pathLength) in DEFINE_ANIMATED_NUMBER() function
/external/webkit/Source/WebCore/
DChangeLog-2010-12-062562 … Continuing the work on bug 42025: Introduce DECLARE_ANIMATED_NUMBER / DEFINE_ANIMATED_NUMBER.