Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:Transform

34 class Transform
37 Transform();
38 Transform(const Transform& other);
39 explicit Transform(uint32_t orientation);
40 ~Transform();
60 // query the transform
70 // modify the transform
76 // transform data
78 void transform(float* point, int x, int y) const;
79 Region transform(const Region& reg) const;
80 Transform operator * (const Transform& rhs) const;
113 vec2 transform(const vec2& v) const;
114 vec3 transform(const vec3& v) const;
115 Rect transform(const Rect& bounds) const;