5#ifndef UI_GFX_TRANSFORM_H_
6#define UI_GFX_TRANSFORM_H_
55 return matrix_[index];
59 bool IsIdentity()
const;
63 void Scale(
float x,
float y);
68 void TransformRect(
RectF* rect)
const;
71 void TransformPoint(
PointF* point)
const;
73 std::string ToString()
const;
80 void UpdateIdentity();
bool operator==(const FlutterPoint &a, const FlutterPoint &b)
void PrintTo(const Point &point, ::std::ostream *os)
#define BASE_DCHECK(condition)