Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
gfx::Transform Member List

This is the complete list of members for gfx::Transform, including all inherited members.

IsIdentity() constgfx::Transform
operator!=(const Transform &rhs) constgfx::Transforminline
operator==(const Transform &rhs) constgfx::Transform
operator[](int index) constgfx::Transforminline
Scale(float x, float y)gfx::Transform
ToString() constgfx::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) constgfx::Transform
TransformRect(RectF *rect) constgfx::Transform