Searched refs:DECLARE_ANIMATED_NUMBER (Results 1 – 15 of 15) sorted by relevance
/external/webkit/Source/WebCore/svg/ |
D | SVGFELightElement.h | 50 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)
|
D | SVGComponentTransferFunctionElement.h | 49 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)
|
D | SVGFESpecularLightingElement.h | 54 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)
|
D | SVGFECompositeElement.h | 51 DECLARE_ANIMATED_NUMBER(K1, k1) 52 DECLARE_ANIMATED_NUMBER(K2, k2) 53 DECLARE_ANIMATED_NUMBER(K3, k3) 54 DECLARE_ANIMATED_NUMBER(K4, k4)
|
D | SVGFEDiffuseLightingElement.h | 55 DECLARE_ANIMATED_NUMBER(DiffuseConstant, diffuseConstant) 56 DECLARE_ANIMATED_NUMBER(SurfaceScale, surfaceScale) 57 DECLARE_ANIMATED_NUMBER(KernelUnitLengthX, kernelUnitLengthX) 58 DECLARE_ANIMATED_NUMBER(KernelUnitLengthY, kernelUnitLengthY)
|
D | SVGFEConvolveMatrixElement.h | 61 DECLARE_ANIMATED_NUMBER(Divisor, divisor) 62 DECLARE_ANIMATED_NUMBER(Bias, bias) 66 DECLARE_ANIMATED_NUMBER(KernelUnitLengthX, kernelUnitLengthX) 67 DECLARE_ANIMATED_NUMBER(KernelUnitLengthY, kernelUnitLengthY)
|
D | SVGFETurbulenceElement.h | 58 DECLARE_ANIMATED_NUMBER(BaseFrequencyX, baseFrequencyX) 59 DECLARE_ANIMATED_NUMBER(BaseFrequencyY, baseFrequencyY) 61 DECLARE_ANIMATED_NUMBER(Seed, seed)
|
D | SVGFEOffsetElement.h | 47 DECLARE_ANIMATED_NUMBER(Dx, dx) 48 DECLARE_ANIMATED_NUMBER(Dy, dy)
|
D | SVGFEGaussianBlurElement.h | 52 DECLARE_ANIMATED_NUMBER(StdDeviationX, stdDeviationX) 53 DECLARE_ANIMATED_NUMBER(StdDeviationY, stdDeviationY)
|
D | SVGFEMorphologyElement.h | 54 DECLARE_ANIMATED_NUMBER(RadiusX, radiusX) 55 DECLARE_ANIMATED_NUMBER(RadiusY, radiusY)
|
D | SVGAnimatedNumber.h | 32 #define DECLARE_ANIMATED_NUMBER(UpperProperty, LowerProperty) \ macro
|
D | SVGStopElement.h | 50 DECLARE_ANIMATED_NUMBER(Offset, offset)
|
D | SVGFEDisplacementMapElement.h | 53 DECLARE_ANIMATED_NUMBER(Scale, scale)
|
D | SVGPathElement.h | 112 DECLARE_ANIMATED_NUMBER(PathLength, pathLength)
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 2562 … Continuing the work on bug 42025: Introduce DECLARE_ANIMATED_NUMBER / DEFINE_ANIMATED_NUMBER.
|