Searched refs:SVGAnimatedNumber (Results 1 – 25 of 32) sorted by relevance
12
/external/webkit/Source/WebCore/svg/ |
D | SVGFESpotLightElement.idl | 29 readonly attribute SVGAnimatedNumber x; 30 readonly attribute SVGAnimatedNumber y; 31 readonly attribute SVGAnimatedNumber z; 32 readonly attribute SVGAnimatedNumber pointsAtX; 33 readonly attribute SVGAnimatedNumber pointsAtY; 34 readonly attribute SVGAnimatedNumber pointsAtZ; 35 readonly attribute SVGAnimatedNumber specularExponent; 36 readonly attribute SVGAnimatedNumber limitingConeAngle;
|
D | SVGAnimatedNumber.h | 29 typedef SVGAnimatedStaticPropertyTearOff<float> SVGAnimatedNumber; typedef 33 DECLARE_ANIMATED_PROPERTY(SVGAnimatedNumber, float, UpperProperty, LowerProperty) 36 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedNumber, floa… 39 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, SVGAnimatedNumber, flo…
|
D | SVGComponentTransferFunctionElement.idl | 42 readonly attribute SVGAnimatedNumber slope; 43 readonly attribute SVGAnimatedNumber intercept; 44 readonly attribute SVGAnimatedNumber amplitude; 45 readonly attribute SVGAnimatedNumber exponent; 46 readonly attribute SVGAnimatedNumber offset;
|
D | SVGFEDiffuseLightingElement.idl | 31 readonly attribute SVGAnimatedNumber surfaceScale; 32 readonly attribute SVGAnimatedNumber diffuseConstant; 33 readonly attribute SVGAnimatedNumber kernelUnitLengthX; 34 readonly attribute SVGAnimatedNumber kernelUnitLengthY;
|
D | SVGFECompositeElement.idl | 45 readonly attribute SVGAnimatedNumber k1; 46 readonly attribute SVGAnimatedNumber k2; 47 readonly attribute SVGAnimatedNumber k3; 48 readonly attribute SVGAnimatedNumber k4;
|
D | SVGFEConvolveMatrixElement.idl | 44 readonly attribute SVGAnimatedNumber divisor; 45 readonly attribute SVGAnimatedNumber bias; 49 readonly attribute SVGAnimatedNumber kernelUnitLengthX; 50 readonly attribute SVGAnimatedNumber kernelUnitLengthY;
|
D | SVGFESpecularLightingElement.idl | 31 readonly attribute SVGAnimatedNumber surfaceScale; 32 readonly attribute SVGAnimatedNumber specularConstant; 33 readonly attribute SVGAnimatedNumber specularExponent;
|
D | SVGFEPointLightElement.idl | 29 readonly attribute SVGAnimatedNumber x; 30 readonly attribute SVGAnimatedNumber y; 31 readonly attribute SVGAnimatedNumber z;
|
D | SVGFETurbulenceElement.idl | 43 readonly attribute SVGAnimatedNumber baseFrequencyX; 44 readonly attribute SVGAnimatedNumber baseFrequencyY; 46 readonly attribute SVGAnimatedNumber seed;
|
D | SVGFEOffsetElement.idl | 31 readonly attribute SVGAnimatedNumber dx; 32 readonly attribute SVGAnimatedNumber dy;
|
D | SVGFEDistantLightElement.idl | 29 readonly attribute SVGAnimatedNumber azimuth; 30 readonly attribute SVGAnimatedNumber elevation;
|
D | SVGFEGaussianBlurElement.idl | 31 readonly attribute SVGAnimatedNumber stdDeviationX; 32 readonly attribute SVGAnimatedNumber stdDeviationY;
|
D | SVGFEMorphologyElement.idl | 40 readonly attribute SVGAnimatedNumber radiusX; 41 readonly attribute SVGAnimatedNumber radiusY;
|
D | SVGStopElement.idl | 30 readonly attribute SVGAnimatedNumber offset;
|
D | SVGAnimatedNumber.idl | 29 interface [Conditional=SVG] SVGAnimatedNumber {
|
D | SVGFEDisplacementMapElement.idl | 42 readonly attribute SVGAnimatedNumber scale;
|
D | SVGPathElement.idl | 35 readonly attribute SVGAnimatedNumber pathLength;
|
/external/webkit/Source/WebCore/ |
D | DerivedSources.make | 375 SVGAnimatedNumber \
|
D | CodeGenerators.pri | 390 svg/SVGAnimatedNumber.idl \
|
D | CMakeLists.txt | 1774 svg/SVGAnimatedNumber.idl
|
D | WebCore.pro | 2294 svg/SVGAnimatedNumber.h \
|
D | WebCore.gypi | 1034 'svg/SVGAnimatedNumber.h', 1445 'svg/SVGAnimatedNumber.idl',
|
D | GNUmakefile.list.am | 3271 Source/WebCore/svg/SVGAnimatedNumber.h \
|
/external/webkit/Source/WebCore/page/ |
D | DOMWindow.idl | 630 attribute SVGAnimatedNumberConstructor SVGAnimatedNumber;
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 195 …127B6A7C005314DD /* SVGAnimatedNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = 08B35B12127… 6615 …005314DD /* SVGAnimatedNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 10484 …BF1F0071B782 /* SVGAnimatedNumber.idl */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFi… 17303 08B35B12127B6A7C005314DD /* SVGAnimatedNumber.h */, 17304 B22277EC0D00BF1F0071B782 /* SVGAnimatedNumber.idl */, 22545 08B35B13127B6A7C005314DD /* SVGAnimatedNumber.h in Headers */,
|
12