/external/webkit/Source/WebCore/svg/ |
D | SVGFELightElement.cpp | 39 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()
|
D | SVGComponentTransferFunctionElement.cpp | 36 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()
|
D | SVGFECompositeElement.cpp | 37 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()
|
D | SVGFEOffsetElement.cpp | 35 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()
|
D | SVGFESpecularLightingElement.cpp | 40 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()
|
D | SVGAnimatedNumber.h | 35 #define DEFINE_ANIMATED_NUMBER(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ macro
|
D | SVGFEDiffuseLightingElement.cpp | 39 DEFINE_ANIMATED_NUMBER(SVGFEDiffuseLightingElement, SVGNames::diffuseConstantAttr, DiffuseConstant,… in DEFINE_ANIMATED_STRING() 40 DEFINE_ANIMATED_NUMBER(SVGFEDiffuseLightingElement, SVGNames::surfaceScaleAttr, SurfaceScale, surfa… in DEFINE_ANIMATED_STRING()
|
D | SVGStopElement.cpp | 36 DEFINE_ANIMATED_NUMBER(SVGStopElement, SVGNames::offsetAttr, Offset, offset) in DEFINE_ANIMATED_NUMBER() function
|
D | SVGFEConvolveMatrixElement.cpp | 41 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()
|
D | SVGFETurbulenceElement.cpp | 36 DEFINE_ANIMATED_NUMBER(SVGFETurbulenceElement, SVGNames::seedAttr, Seed, seed) in DEFINE_ANIMATED_NUMBER_MULTIPLE_WRAPPERS()
|
D | SVGFEDisplacementMapElement.cpp | 37 DEFINE_ANIMATED_NUMBER(SVGFEDisplacementMapElement, SVGNames::scaleAttr, Scale, scale) in DEFINE_ANIMATED_STRING()
|
D | SVGPathElement.cpp | 49 DEFINE_ANIMATED_NUMBER(SVGPathElement, SVGNames::pathLengthAttr, PathLength, pathLength) in DEFINE_ANIMATED_NUMBER() function
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 2562 … Continuing the work on bug 42025: Introduce DECLARE_ANIMATED_NUMBER / DEFINE_ANIMATED_NUMBER.
|