Searched refs:Transform (Results 1 - 25 of 516) sorted by relevance

1234567891011>>

/external/chromium_org/ui/compositor/test/
H A Dtest_utils.h10 class Transform;
15 void CheckApproximatelyEqual(const gfx::Transform& lhs,
16 const gfx::Transform& rhs);
/external/chromium_org/ui/gfx/
H A Dtransform_util_unittest.cc19 Transform scale = GetScaleTransform(kAnchor, kScale);
36 Transform result(Transform::kSkipInitialization);
37 Transform transform;
48 Transform result(Transform::kSkipInitialization);
49 Transform transform;
60 Transform result(Transform::kSkipInitialization);
61 Transform transfor
[all...]
H A Dtransform.h24 // 4x4 transformation matrix. Transform is cheap and explicitly allows
26 class GFX_EXPORT Transform { class in namespace:gfx
33 Transform() : matrix_(SkMatrix44::kIdentity_Constructor) {} function in class:gfx::Transform
37 Transform(SkipInitialization) function in class:gfx::Transform
39 Transform(const Transform& rhs) : matrix_(rhs.matrix_) {} function in class:gfx::Transform
41 Transform(const Transform& lhs, const Transform& rhs) function in class:gfx::Transform
45 Transform(SkMScala
[all...]
H A Dtransform_util.h17 GFX_EXPORT Transform GetScaleTransform(const Point& anchor, float scale);
50 const Transform& transform);
55 GFX_EXPORT Transform ComposeTransform(const DecomposedTransform& decomp);
57 GFX_EXPORT bool SnapTransform(Transform* out,
58 const Transform& transform,
H A Dinterpolated_transform.h38 gfx::Transform Interpolate(float t) const;
53 virtual gfx::Transform InterpolateButDoNotCompose(float t) const = 0;
97 virtual gfx::Transform InterpolateButDoNotCompose(float t) const OVERRIDE;
125 virtual gfx::Transform InterpolateButDoNotCompose(float t) const OVERRIDE;
155 virtual gfx::Transform InterpolateButDoNotCompose(float t) const OVERRIDE;
175 virtual gfx::Transform InterpolateButDoNotCompose(float t) const OVERRIDE;
195 explicit InterpolatedConstantTransform(const gfx::Transform& transform);
199 virtual gfx::Transform InterpolateButDoNotCompose(float t) const OVERRIDE;
202 const gfx::Transform transform_;
230 virtual gfx::Transform InterpolateButDoNotCompos
[all...]
/external/chromium_org/ash/host/
H A Droot_window_transformer.h14 class Transform;
26 virtual gfx::Transform GetTransform() const = 0;
30 // |gfx::Transform::GetInverse| may contains computational error.
31 virtual gfx::Transform GetInverseTransform() const = 0;
H A Dtransformer_helper.h13 class Transform;
32 void SetTransform(const gfx::Transform& transform);
38 gfx::Transform GetTransform() const;
39 gfx::Transform GetInverseTransform() const;
H A Dtransformer_helper.cc26 const gfx::Transform& transform)
30 virtual gfx::Transform GetTransform() const OVERRIDE { return transform_; }
32 virtual gfx::Transform GetInverseTransform() const OVERRIDE {
33 gfx::Transform invert;
53 const gfx::Transform transform_;
62 SetTransform(gfx::Transform());
71 void TransformerHelper::SetTransform(const gfx::Transform& transform) {
89 gfx::Transform TransformerHelper::GetTransform() const {
92 gfx::Transform transform;
98 gfx::Transform TransformerHelpe
[all...]
H A Dash_window_tree_host_ozone.cc33 virtual void SetRootTransform(const gfx::Transform& transform) OVERRIDE;
34 virtual gfx::Transform GetRootTransform() const OVERRIDE;
35 virtual gfx::Transform GetInverseRootTransform() const OVERRIDE;
74 void AshWindowTreeHostOzone::SetRootTransform(const gfx::Transform& transform) {
78 gfx::Transform AshWindowTreeHostOzone::GetRootTransform() const {
82 gfx::Transform AshWindowTreeHostOzone::GetInverseRootTransform() const {
/external/chromium_org/android_webview/browser/
H A Dparent_compositor_draw_constraints.h15 gfx::Transform transform;
20 const gfx::Transform& transform,
/external/chromium_org/mojo/examples/surfaces_app/
H A Dsurfaces_util.h13 class Transform;
21 const gfx::Transform& transform,
/external/chromium_org/ui/compositor/
H A Dtransform_animation_curve_adapter_unittest.cc20 gfx::Transform parent_start, parent_target;
25 gfx::Transform child_transform;
30 const gfx::Transform effective_child_transform =
47 gfx::Transform progress_parent_transform =
49 gfx::Transform progress_child_transform =
H A Dtransform_animation_curve_adapter.h21 gfx::Transform intial_value,
22 gfx::Transform target_value,
30 virtual gfx::Transform GetValue(double t) const OVERRIDE;
40 gfx::Transform initial_value_;
41 gfx::Transform target_value_;
53 gfx::Transform initial_value,
60 virtual gfx::Transform GetValue(double t) const OVERRIDE;
70 gfx::Transform initial_value_;
71 gfx::Transform effective_initial_value_;
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DTransform.h27 * \class Transform
43 class Transform class in namespace:Eigen
79 inline Transform() { } function in class:Eigen::Transform
81 inline Transform(const Transform& other) function in class:Eigen::Transform
86 inline explicit Transform(const TranslationType& t) { *this = t; } function in class:Eigen::Transform
87 inline explicit Transform(const ScalingType& s) { *this = s; } function in class:Eigen::Transform
89 inline explicit Transform(const RotationBase<Derived, Dim>& r) { *this = r; } function in class:Eigen::Transform
91 inline Transform& operator=(const Transform
116 inline explicit Transform(const MatrixBase<OtherDerived>& other) function in class:Eigen::Transform
263 Transform(const Transform<OtherScalarType,Dim>& other) argument
300 Transform<Scalar,Dim>::Transform(const QMatrix& other) function in class:Eigen::Transform
339 Transform<Scalar,Dim>::Transform(const QTransform& other) function in class:Eigen::Transform
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dclip.c45 _mesa_transform_vector(ctx->Transform._ClipUserPlane[plane],
46 ctx->Transform.EyeUserPlane[plane],
84 if (TEST_EQ_4V(ctx->Transform.EyeUserPlane[p], equation))
88 COPY_4FV(ctx->Transform.EyeUserPlane[p], equation);
90 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) {
112 equation[0] = (GLdouble) ctx->Transform.EyeUserPlane[p][0];
113 equation[1] = (GLdouble) ctx->Transform.EyeUserPlane[p][1];
114 equation[2] = (GLdouble) ctx->Transform.EyeUserPlane[p][2];
115 equation[3] = (GLdouble) ctx->Transform.EyeUserPlane[p][3];
/external/mesa3d/src/mesa/main/
H A Dclip.c45 _mesa_transform_vector(ctx->Transform._ClipUserPlane[plane],
46 ctx->Transform.EyeUserPlane[plane],
84 if (TEST_EQ_4V(ctx->Transform.EyeUserPlane[p], equation))
88 COPY_4FV(ctx->Transform.EyeUserPlane[p], equation);
90 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) {
112 equation[0] = (GLdouble) ctx->Transform.EyeUserPlane[p][0];
113 equation[1] = (GLdouble) ctx->Transform.EyeUserPlane[p][1];
114 equation[2] = (GLdouble) ctx->Transform.EyeUserPlane[p][2];
115 equation[3] = (GLdouble) ctx->Transform.EyeUserPlane[p][3];
/external/chromium_org/cc/layers/
H A Drender_surface.h47 void SetDrawTransform(const gfx::Transform& draw_transform) {
50 const gfx::Transform& draw_transform() const { return draw_transform_; }
52 void SetScreenSpaceTransform(const gfx::Transform& screen_space_transform) {
55 const gfx::Transform& screen_space_transform() const {
59 void SetReplicaDrawTransform(const gfx::Transform& replica_draw_transform) {
62 const gfx::Transform& replica_draw_transform() const {
67 const gfx::Transform& replica_screen_space_transform) {
70 const gfx::Transform& replica_screen_space_transform() const {
128 gfx::Transform draw_transform_;
129 gfx::Transform screen_space_transform
[all...]
H A Drender_surface_impl.h63 void SetDrawTransform(const gfx::Transform& draw_transform) {
66 const gfx::Transform& draw_transform() const { return draw_transform_; }
68 void SetScreenSpaceTransform(const gfx::Transform& screen_space_transform) {
71 const gfx::Transform& screen_space_transform() const {
75 void SetReplicaDrawTransform(const gfx::Transform& replica_draw_transform) {
78 const gfx::Transform& replica_draw_transform() const {
83 const gfx::Transform& replica_screen_space_transform) {
86 const gfx::Transform& replica_screen_space_transform() const {
158 gfx::Transform draw_transform_;
159 gfx::Transform screen_space_transform
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_clip.c50 STATIC_ASSERT(sizeof(clip.ucp) <= sizeof(ctx->Transform._ClipUserPlane));
60 use_eye ? ctx->Transform.EyeUserPlane
61 : ctx->Transform._ClipUserPlane, sizeof(clip.ucp));
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_clip.c50 STATIC_ASSERT(sizeof(clip.ucp) <= sizeof(ctx->Transform._ClipUserPlane));
60 use_eye ? ctx->Transform.EyeUserPlane
61 : ctx->Transform._ClipUserPlane, sizeof(clip.ucp));
/external/eigen/Eigen/src/Geometry/
H A DTransform.h19 template<typename Transform>
24 Dim = Transform::Dim,
25 HDim = Transform::HDim,
26 Mode = Transform::Mode,
69 * \class Transform
86 * this class you have to think a Transform object as its internal
101 * However, unlike a plain matrix, the Transform class provides many features
103 * with any other transformations (Transform,Translation,RotationBase,Matrix)
150 * The concatenation of a Transform object with any kind of other transformation
151 * always returns a Transform objec
176 class Transform class in namespace:Eigen
230 inline Transform() function in class:Eigen::Transform
237 inline Transform(const Transform& other) function in class:Eigen::Transform
243 inline explicit Transform(const TranslationType& t) function in class:Eigen::Transform
248 inline explicit Transform(const UniformScaling<Scalar>& s) function in class:Eigen::Transform
254 inline explicit Transform(const RotationBase<Derived, Dim>& r) function in class:Eigen::Transform
267 inline explicit Transform(const EigenBase<OtherDerived>& other) function in class:Eigen::Transform
288 Transform(const Transform<Scalar,Dim,Mode,OtherOptions>& other) argument
296 Transform(const Transform<Scalar,Dim,OtherMode,OtherOptions>& other) argument
337 Transform(const ReturnByValue<OtherDerived>& other) function in class:Eigen::Transform
476 operator *(const Transform<Scalar,Dim,OtherMode,OtherOptions>& other) const argument
485 operator *(const Transform<Scalar,Dim,OtherMode,OtherOptions>& other) const argument
577 Transform(const Transform<OtherScalarType,Dim,Mode,Options>& other) argument
688 Transform<Scalar,Dim,Mode,Options>::Transform(const QMatrix& other) function in class:Eigen::Transform
729 Transform<Scalar,Dim,Mode,Options>::Transform(const QTransform& other) function in class:Eigen::Transform
[all...]
/external/chromium_org/cc/test/
H A Drender_pass_test_utils.h16 class Transform;
29 const gfx::Transform& root_transform);
45 const gfx::Transform& transform);
56 gfx::Transform transform);
/external/chromium_org/mojo/services/public/cpp/surfaces/lib/
H A Dsurfaces_utils.cc16 sqs->content_to_target_transform = Transform::From(gfx::Transform());
32 pass->transform_to_root_target = Transform::From(gfx::Transform());
/external/chromium_org/cc/trees/
H A Docclusion.h19 Occlusion(const gfx::Transform& draw_transform,
30 gfx::Transform draw_transform_;
/external/chromium_org/cc/quads/
H A Ddraw_polygon.h33 const gfx::Transform& transform,
52 void TransformToScreenSpace(const gfx::Transform& transform);
53 void TransformToLayerSpace(const gfx::Transform& inverse_transform);
65 void ApplyTransform(const gfx::Transform& transform);
66 void ApplyTransformToNormal(const gfx::Transform& transform);

Completed in 5254 milliseconds

1234567891011>>