webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"SVGMatrix.idl";
Public Member Functions | |
SVGMatrix | multiply (SVGMatrix secondMatrix) |
SVGMatrix | inverse () |
SVGMatrix | translate (unrestricted float x, unrestricted float y) |
SVGMatrix | scale (unrestricted float scaleFactor) |
SVGMatrix | scaleNonUniform (unrestricted float scaleFactorX, unrestricted float scaleFactorY) |
SVGMatrix | rotate (unrestricted float angle) |
SVGMatrix | rotateFromVector (unrestricted float x, unrestricted float y) |
SVGMatrix | flipX () |
SVGMatrix | flipY () |
SVGMatrix | skewX (unrestricted float angle) |
SVGMatrix | skewY (unrestricted float angle) |
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 |
SVGMatrix SVGMatrix::flipX | ( | ) |
SVGMatrix SVGMatrix::flipY | ( | ) |
SVGMatrix SVGMatrix::inverse | ( | ) |
SVGMatrix SVGMatrix::rotate | ( | unrestricted float | angle | ) |
SVGMatrix SVGMatrix::rotateFromVector | ( | unrestricted float | x, |
unrestricted float | y | ||
) |
SVGMatrix SVGMatrix::scale | ( | unrestricted float | scaleFactor | ) |
SVGMatrix SVGMatrix::scaleNonUniform | ( | unrestricted float | scaleFactorX, |
unrestricted float | scaleFactorY | ||
) |
SVGMatrix SVGMatrix::skewX | ( | unrestricted float | angle | ) |
SVGMatrix SVGMatrix::skewY | ( | unrestricted float | angle | ) |
SVGMatrix SVGMatrix::translate | ( | unrestricted float | x, |
unrestricted float | y | ||
) |
attribute unrestricted double SVGMatrix::a |
attribute unrestricted double SVGMatrix::b |
attribute unrestricted double SVGMatrix::c |
attribute unrestricted double SVGMatrix::d |
attribute unrestricted double SVGMatrix::e |
attribute unrestricted double SVGMatrix::f |