identity_matrix() | Cairo::Matrix | [related] |
invert() | Cairo::Matrix | |
Matrix() | Cairo::Matrix | |
Matrix(double xx, double yx, double xy, double yy, double x0, double y0) | Cairo::Matrix | |
multiply(Matrix &a, Matrix &b) | Cairo::Matrix | |
operator *(const Matrix &a, const Matrix &b) | Cairo::Matrix | [related] |
rotate(double radians) | Cairo::Matrix | |
rotation_matrix(double radians) | Cairo::Matrix | [related] |
scale(double sx, double sy) | Cairo::Matrix | |
scaling_matrix(double sx, double sy) | Cairo::Matrix | [related] |
transform_distance(double &dx, double &dy) const | Cairo::Matrix | |
transform_point(double &x, double &y) const | Cairo::Matrix | |
translate(double tx, double ty) | Cairo::Matrix | |
translation_matrix(double tx, double ty) | Cairo::Matrix | [related] |