Flutter Engine
The Flutter Engine
|
This is the complete list of members for gfx::Transform, including all inherited members.
IsIdentity() const | gfx::Transform | |
operator!=(const Transform &rhs) const | gfx::Transform | inline |
operator==(const Transform &rhs) const | gfx::Transform | |
operator[](int index) const | gfx::Transform | inline |
Scale(float x, float y) | gfx::Transform | |
ToString() const | gfx::Transform | |
Transform() | gfx::Transform | |
Transform(float col1row1, float col2row1, float col3row1, float col4row1, float col1row2, float col2row2, float col3row2, float col4row2, float col1row3, float col2row3, float col3row3, float col4row3, float col1row4, float col2row4, float col3row4, float col4row4) | gfx::Transform | |
Transform(float col1row1, float col2row1, float col1row2, float col2row2, float x_translation, float y_translation) | gfx::Transform | |
TransformPoint(PointF *point) const | gfx::Transform | |
TransformRect(RectF *rect) const | gfx::Transform |