Home
last modified time | relevance | path

Searched refs:DECLARE_ANIMATED_NUMBER (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGFELightElement.h50 DECLARE_ANIMATED_NUMBER(Azimuth, azimuth)
51 DECLARE_ANIMATED_NUMBER(Elevation, elevation)
52 DECLARE_ANIMATED_NUMBER(X, x)
53 DECLARE_ANIMATED_NUMBER(Y, y)
54 DECLARE_ANIMATED_NUMBER(Z, z)
55 DECLARE_ANIMATED_NUMBER(PointsAtX, pointsAtX)
56 DECLARE_ANIMATED_NUMBER(PointsAtY, pointsAtY)
57 DECLARE_ANIMATED_NUMBER(PointsAtZ, pointsAtZ)
58 DECLARE_ANIMATED_NUMBER(SpecularExponent, specularExponent)
59 DECLARE_ANIMATED_NUMBER(LimitingConeAngle, limitingConeAngle)
DSVGComponentTransferFunctionElement.h49 DECLARE_ANIMATED_NUMBER(Slope, slope)
50 DECLARE_ANIMATED_NUMBER(Intercept, intercept)
51 DECLARE_ANIMATED_NUMBER(Amplitude, amplitude)
52 DECLARE_ANIMATED_NUMBER(Exponent, exponent)
53 DECLARE_ANIMATED_NUMBER(Offset, offset)
DSVGFESpecularLightingElement.h54 DECLARE_ANIMATED_NUMBER(SpecularConstant, specularConstant)
55 DECLARE_ANIMATED_NUMBER(SpecularExponent, specularExponent)
56 DECLARE_ANIMATED_NUMBER(SurfaceScale, surfaceScale)
57 DECLARE_ANIMATED_NUMBER(KernelUnitLengthX, kernelUnitLengthX)
58 DECLARE_ANIMATED_NUMBER(KernelUnitLengthY, kernelUnitLengthY)
DSVGFECompositeElement.h51 DECLARE_ANIMATED_NUMBER(K1, k1)
52 DECLARE_ANIMATED_NUMBER(K2, k2)
53 DECLARE_ANIMATED_NUMBER(K3, k3)
54 DECLARE_ANIMATED_NUMBER(K4, k4)
DSVGFEDiffuseLightingElement.h55 DECLARE_ANIMATED_NUMBER(DiffuseConstant, diffuseConstant)
56 DECLARE_ANIMATED_NUMBER(SurfaceScale, surfaceScale)
57 DECLARE_ANIMATED_NUMBER(KernelUnitLengthX, kernelUnitLengthX)
58 DECLARE_ANIMATED_NUMBER(KernelUnitLengthY, kernelUnitLengthY)
DSVGFEConvolveMatrixElement.h61 DECLARE_ANIMATED_NUMBER(Divisor, divisor)
62 DECLARE_ANIMATED_NUMBER(Bias, bias)
66 DECLARE_ANIMATED_NUMBER(KernelUnitLengthX, kernelUnitLengthX)
67 DECLARE_ANIMATED_NUMBER(KernelUnitLengthY, kernelUnitLengthY)
DSVGFETurbulenceElement.h58 DECLARE_ANIMATED_NUMBER(BaseFrequencyX, baseFrequencyX)
59 DECLARE_ANIMATED_NUMBER(BaseFrequencyY, baseFrequencyY)
61 DECLARE_ANIMATED_NUMBER(Seed, seed)
DSVGFEOffsetElement.h47 DECLARE_ANIMATED_NUMBER(Dx, dx)
48 DECLARE_ANIMATED_NUMBER(Dy, dy)
DSVGFEGaussianBlurElement.h52 DECLARE_ANIMATED_NUMBER(StdDeviationX, stdDeviationX)
53 DECLARE_ANIMATED_NUMBER(StdDeviationY, stdDeviationY)
DSVGFEMorphologyElement.h54 DECLARE_ANIMATED_NUMBER(RadiusX, radiusX)
55 DECLARE_ANIMATED_NUMBER(RadiusY, radiusY)
DSVGAnimatedNumber.h32 #define DECLARE_ANIMATED_NUMBER(UpperProperty, LowerProperty) \ macro
DSVGStopElement.h50 DECLARE_ANIMATED_NUMBER(Offset, offset)
DSVGFEDisplacementMapElement.h53 DECLARE_ANIMATED_NUMBER(Scale, scale)
DSVGPathElement.h112 DECLARE_ANIMATED_NUMBER(PathLength, pathLength)
/external/webkit/Source/WebCore/
DChangeLog-2010-12-062562 … Continuing the work on bug 42025: Introduce DECLARE_ANIMATED_NUMBER / DEFINE_ANIMATED_NUMBER.