Searched refs:Transform (Results 1 - 25 of 382) 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.h23 // 4x4 transformation matrix. Transform is cheap and explicitly allows
25 class GFX_EXPORT Transform { class in namespace:gfx
32 Transform() : matrix_(SkMatrix44::kIdentity_Constructor) {} function in class:gfx::Transform
36 Transform(SkipInitialization) function in class:gfx::Transform
38 Transform(const Transform& rhs) : matrix_(rhs.matrix_) {} function in class:gfx::Transform
40 Transform(const Transform& lhs, const Transform& rhs) function in class:gfx::Transform
44 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...]
H A Dinterpolated_transform.cc30 bool MassageRotationIfMultipleOfNinetyDegrees(gfx::Transform* rotation,
35 gfx::Transform transform;
89 gfx::Transform InterpolatedTransform::Interpolate(float t) const {
92 gfx::Transform result = InterpolateButDoNotCompose(t);
150 gfx::Transform InterpolatedRotation::InterpolateButDoNotCompose(float t) const {
151 gfx::Transform result;
187 gfx::Transform
189 gfx::Transform result;
229 gfx::Transform InterpolatedScale::InterpolateButDoNotCompose(float t) const {
230 gfx::Transform resul
[all...]
/external/chromium_org/cc/layers/
H A Drender_surface.h43 void SetDrawTransform(const gfx::Transform& draw_transform) {
46 const gfx::Transform& draw_transform() const { return draw_transform_; }
48 void SetScreenSpaceTransform(const gfx::Transform& screen_space_transform) {
51 const gfx::Transform& screen_space_transform() const {
55 void SetReplicaDrawTransform(const gfx::Transform& replica_draw_transform) {
58 const gfx::Transform& replica_draw_transform() const {
63 const gfx::Transform& replica_screen_space_transform) {
66 const gfx::Transform& replica_screen_space_transform() const {
122 gfx::Transform draw_transform_;
123 gfx::Transform screen_space_transform
[all...]
H A Drender_surface_impl.h61 void SetDrawTransform(const gfx::Transform& draw_transform) {
64 const gfx::Transform& draw_transform() const { return draw_transform_; }
66 void SetScreenSpaceTransform(const gfx::Transform& screen_space_transform) {
69 const gfx::Transform& screen_space_transform() const {
73 void SetReplicaDrawTransform(const gfx::Transform& replica_draw_transform) {
76 const gfx::Transform& replica_draw_transform() const {
81 const gfx::Transform& replica_screen_space_transform) {
84 const gfx::Transform& replica_screen_space_transform() const {
157 gfx::Transform draw_transform_;
158 gfx::Transform screen_space_transform
[all...]
/external/chromium_org/ui/aura/
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;
/external/chromium_org/ui/compositor/
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;
36 gfx::Transform initial_value_;
37 gfx::Transform target_value_;
49 gfx::Transform initial_value,
56 virtual gfx::Transform GetValue(double t) const OVERRIDE;
62 gfx::Transform initial_value_;
63 gfx::Transform effective_initial_value_;
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.cc11 gfx::Transform initial_value,
12 gfx::Transform target_value,
38 gfx::Transform TransformAnimationCurveAdapter::GetValue(
66 gfx::Transform initial_value,
89 gfx::Transform InverseTransformCurveAdapter::GetValue(
94 gfx::Transform base_transform = base_curve_.GetValue(t);
96 gfx::Transform to_return(gfx::Transform::kSkipInitialization);
/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/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;
30 const gfx::Transform& root_transform);
46 const gfx::Transform& transform);
57 gfx::Transform transform);
H A Dgeometry_test_utils.cc17 void ExpectTransformationMatrixEq(const gfx::Transform& expected,
18 const gfx::Transform& actual) {
37 gfx::Transform Inverse(const gfx::Transform& transform) {
38 gfx::Transform result(gfx::Transform::kSkipInitialization);
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DTransform.java45 public final class Transform implements Savable, Cloneable, java.io.Serializable { class in inherits:Savable,Cloneable,java.io.Serializable
49 public static final Transform IDENTITY = new Transform();
55 public Transform(Vector3f translation, Quaternion rot){ method in class:Transform
60 public Transform(Vector3f translation, Quaternion rot, Vector3f scale){ method in class:Transform
65 public Transform(Vector3f translation){ method in class:Transform
69 public Transform(Quaternion rot){ method in class:Transform
73 public Transform(){ method in class:Transform
82 public Transform setRotation(Quaternion rot) {
92 public Transform setTranslatio
[all...]
/external/chromium_org/cc/quads/
H A Dstream_video_draw_quad.h23 const gfx::Transform& matrix);
31 const gfx::Transform& matrix);
34 gfx::Transform matrix;
/external/chromium_org/ui/gfx/animation/
H A Dtween.h51 static gfx::Transform TransformValueBetween(
53 const gfx::Transform& start_transform,
54 const gfx::Transform& target_transform);
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DSimpleBatchNode.java7 import com.jme3.math.Transform;
48 protected Transform getTransforms(Geometry geom){
/external/chromium_org/ash/display/
H A Droot_window_transformers.cc38 void RoundNearZero(gfx::Transform* transform) {
53 gfx::Transform CreateRotationTransform(aura::Window* root_window,
65 return gfx::Transform();
69 gfx::Transform rotate;
95 gfx::Transform CreateMagnifierTransform(aura::Window* root_window) {
104 gfx::Transform transform;
112 gfx::Transform CreateInsetsAndScaleTransform(const gfx::Insets& insets,
115 gfx::Transform transform;
147 virtual gfx::Transform GetTransform() const OVERRIDE {
150 virtual gfx::Transform GetInverseTransfor
[all...]

Completed in 616 milliseconds

1234567891011>>