ComputeMatrix(signed_matrix_t &m) const | sswf::Matrix | [private] |
f_rotate | sswf::Matrix | [private] |
f_scale_x | sswf::Matrix | [private] |
f_scale_y | sswf::Matrix | [private] |
f_skew_0 | sswf::Matrix | [private] |
f_skew_1 | sswf::Matrix | [private] |
f_translate_x | sswf::Matrix | [private] |
f_translate_y | sswf::Matrix | [private] |
IsNull(void) const | sswf::Matrix | |
Matrix(void) | sswf::Matrix | |
operator!=(const Matrix &matrix) const | sswf::Matrix | |
operator==(const Matrix &matrix) const | sswf::Matrix | |
Parse(const Data &data) | sswf::Matrix | |
Reset(void) | sswf::Matrix | |
Save(Data &data) | sswf::Matrix | |
SetRotate(double rotate) | sswf::Matrix | |
SetScale(double x, double y) | sswf::Matrix | [inline] |
SetScale(double scale) | sswf::Matrix | [inline] |
SetSkew(double skew0, double skew1) | sswf::Matrix | [inline] |
SetTranslate(long x, long y) | sswf::Matrix | [inline] |
UncomputeMatrix(const signed_matrix_t &m) | sswf::Matrix | [private] |