Lines Matching refs:double
32 attribute double a; // alias for m11
33 attribute double b; // alias for m12
34 attribute double c; // alias for m21
35 attribute double d; // alias for m22
36 attribute double e; // alias for m41
37 attribute double f; // alias for m42
39 attribute double m11;
40 attribute double m12;
41 attribute double m13;
42 attribute double m14;
43 attribute double m21;
44 attribute double m22;
45 attribute double m23;
46 attribute double m24;
47 attribute double m31;
48 attribute double m32;
49 attribute double m33;
50 attribute double m34;
51 attribute double m41;
52 attribute double m42;
53 attribute double m43;
54 attribute double m44;
66 [Immutable] WebKitCSSMatrix translate(in double x, in double y, in double z);
71 [Immutable] WebKitCSSMatrix scale(in double scaleX, in double scaleY, in double scaleZ);
76 [Immutable] WebKitCSSMatrix rotate(in double rotX, in double rotY, in double rotZ);
81 …[Immutable] WebKitCSSMatrix rotateAxisAngle(in double x, in double y, in double z, in double angle…