|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"WebKitCSSMatrix.idl";
Public Member Functions | |
| void | setMatrixValue (optional DOMString string="undefined") |
| WebKitCSSMatrix | multiply (optional WebKitCSSMatrix? secondMatrix=null) |
| WebKitCSSMatrix | inverse () |
| WebKitCSSMatrix | translate (optional unrestricted double x=NaN, optional unrestricted double y=NaN, optional unrestricted double z=NaN) |
| WebKitCSSMatrix | scale (optional unrestricted double scaleX=NaN, optional unrestricted double scaleY=NaN, optional unrestricted double scaleZ=NaN) |
| WebKitCSSMatrix | rotate (optional unrestricted double rotX=NaN, optional unrestricted double rotY=NaN, optional unrestricted double rotZ=NaN) |
| WebKitCSSMatrix | rotateAxisAngle (optional unrestricted double x=NaN, optional unrestricted double y=NaN, optional unrestricted double z=NaN, optional unrestricted double angle=NaN) |
| WebKitCSSMatrix | skewX (optional unrestricted double angle=NaN) |
| WebKitCSSMatrix | skewY (optional unrestricted double angle=NaN) |
| DOMString | toString () |
Public Attributes | |
| attribute unrestricted double | a |
| attribute unrestricted double | b |
| attribute unrestricted double | c |
| attribute unrestricted double | d |
| attribute unrestricted double | e |
| attribute unrestricted double | f |
| attribute unrestricted double | m11 |
| attribute unrestricted double | m12 |
| attribute unrestricted double | m13 |
| attribute unrestricted double | m14 |
| attribute unrestricted double | m21 |
| attribute unrestricted double | m22 |
| attribute unrestricted double | m23 |
| attribute unrestricted double | m24 |
| attribute unrestricted double | m31 |
| attribute unrestricted double | m32 |
| attribute unrestricted double | m33 |
| attribute unrestricted double | m34 |
| attribute unrestricted double | m41 |
| attribute unrestricted double | m42 |
| attribute unrestricted double | m43 |
| attribute unrestricted double | m44 |
| WebKitCSSMatrix WebKitCSSMatrix::inverse | ( | ) |
| WebKitCSSMatrix WebKitCSSMatrix::multiply | ( | optional WebKitCSSMatrix? | secondMatrix = null | ) |
| WebKitCSSMatrix WebKitCSSMatrix::rotate | ( | optional unrestricted double | rotX = NaN, |
| optional unrestricted double | rotY = NaN, |
||
| optional unrestricted double | rotZ = NaN |
||
| ) |
| WebKitCSSMatrix WebKitCSSMatrix::rotateAxisAngle | ( | optional unrestricted double | x = NaN, |
| optional unrestricted double | y = NaN, |
||
| optional unrestricted double | z = NaN, |
||
| optional unrestricted double | angle = NaN |
||
| ) |
| WebKitCSSMatrix WebKitCSSMatrix::scale | ( | optional unrestricted double | scaleX = NaN, |
| optional unrestricted double | scaleY = NaN, |
||
| optional unrestricted double | scaleZ = NaN |
||
| ) |
| WebKitCSSMatrix WebKitCSSMatrix::skewX | ( | optional unrestricted double | angle = NaN | ) |
| WebKitCSSMatrix WebKitCSSMatrix::skewY | ( | optional unrestricted double | angle = NaN | ) |
| DOMString WebKitCSSMatrix::toString | ( | ) |
| WebKitCSSMatrix WebKitCSSMatrix::translate | ( | optional unrestricted double | x = NaN, |
| optional unrestricted double | y = NaN, |
||
| optional unrestricted double | z = NaN |
||
| ) |
| attribute unrestricted double WebKitCSSMatrix::a |
| attribute unrestricted double WebKitCSSMatrix::b |
| attribute unrestricted double WebKitCSSMatrix::c |
| attribute unrestricted double WebKitCSSMatrix::d |
| attribute unrestricted double WebKitCSSMatrix::e |
| attribute unrestricted double WebKitCSSMatrix::f |
| attribute unrestricted double WebKitCSSMatrix::m11 |
| attribute unrestricted double WebKitCSSMatrix::m12 |
| attribute unrestricted double WebKitCSSMatrix::m13 |
| attribute unrestricted double WebKitCSSMatrix::m14 |
| attribute unrestricted double WebKitCSSMatrix::m21 |
| attribute unrestricted double WebKitCSSMatrix::m22 |
| attribute unrestricted double WebKitCSSMatrix::m23 |
| attribute unrestricted double WebKitCSSMatrix::m24 |
| attribute unrestricted double WebKitCSSMatrix::m31 |
| attribute unrestricted double WebKitCSSMatrix::m32 |
| attribute unrestricted double WebKitCSSMatrix::m33 |
| attribute unrestricted double WebKitCSSMatrix::m34 |
| attribute unrestricted double WebKitCSSMatrix::m41 |
| attribute unrestricted double WebKitCSSMatrix::m42 |
| attribute unrestricted double WebKitCSSMatrix::m43 |
| attribute unrestricted double WebKitCSSMatrix::m44 |
1.8.13