Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:Transform

36 class Transform
39 Transform();
40 Transform(const Transform& other);
41 explicit Transform(uint32_t orientation);
42 ~Transform();
62 // query the transform
71 // modify the transform
77 // transform data
79 vec2 transform(int x, int y) const;
80 Region transform(const Region& reg) const;
81 Rect transform(const Rect& bounds,
83 Transform operator * (const Transform& rhs) const;
85 vec2 transform(const vec2& v) const;
86 vec3 transform(const vec3& v) const;
88 Transform inverse() const;