/external/chromium_org/ui/compositor/test/ |
test_layer_animation_delegate.h | 11 #include "ui/gfx/transform.h" 24 const gfx::Transform& transform) OVERRIDE; 32 virtual gfx::Transform GetTransformForAnimation() const OVERRIDE; 45 gfx::Transform transform_;
|
/external/chromium_org/ui/gfx/animation/ |
tween.h | 12 #include "ui/gfx/transform.h" 51 static gfx::Transform TransformValueBetween( 53 const gfx::Transform& start_transform, 54 const gfx::Transform& target_transform);
|
/external/chromium_org/cc/test/ |
geometry_test_utils.cc | 9 #include "ui/gfx/transform.h" 13 // NOTE: even though transform data types use double precision, we only check 17 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); 39 bool inverted_successfully = transform.GetInverse(&result) [all...] |
/external/chromium_org/cc/output/ |
output_surface_client.h | 17 class Transform; 39 virtual void SetExternalDrawConstraints(const gfx::Transform& transform,
|
/external/chromium_org/cc/quads/ |
shared_quad_state.h | 12 #include "ui/gfx/transform.h" 27 void SetAll(const gfx::Transform& content_to_target_transform, 37 gfx::Transform content_to_target_transform;
|
/external/chromium_org/ui/compositor/ |
layer_animation_delegate.h | 13 #include "ui/gfx/transform.h" 21 virtual void SetTransformFromAnimation(const gfx::Transform& transform) = 0; 29 virtual gfx::Transform GetTransformForAnimation() const = 0;
|
transform_animation_curve_adapter.cc | 11 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/jmonkeyengine/engine/src/core/com/jme3/scene/ |
SimpleBatchNode.java | 7 import com.jme3.math.Transform; 48 protected Transform getTransforms(Geometry geom){
|
/frameworks/native/services/surfaceflinger/tests/transform/ |
Android.mk | 6 ../../Transform.cpp 13 LOCAL_MODULE:= test-transform
|
/external/chromium_org/ash/display/ |
root_window_transformers.cc | 23 #include "ui/gfx/transform.h" 24 #include "ui/gfx/transform.h" 38 void RoundNearZero(gfx::Transform* transform) { 40 SkMatrix44& matrix = transform->matrix(); 51 // precalculating the transform using fixed value. 53 gfx::Transform CreateRotationTransform(aura::Window* root_window, 61 // updating the transform results in incorrectly resizing 62 // the root window. Don't apply the transform unless 65 return gfx::Transform(); 104 gfx::Transform transform; local 115 gfx::Transform transform; local [all...] |
root_window_transformers.h | 17 class Transform;
|
/external/chromium_org/ui/gfx/ |
transform.cc | 8 #include "ui/gfx/transform.h" 45 Transform::Transform(SkMScalar col1row1, 83 Transform::Transform(SkMScalar col1row1, 98 void Transform::RotateAboutXAxis(double degrees) { 115 void Transform::RotateAboutYAxis(double degrees) { 134 void Transform::RotateAboutZAxis(double degrees) { 151 void Transform::RotateAbout(const Vector3dF& axis, double degrees) { 167 void Transform::Scale(SkMScalar x, SkMScalar y) { matrix_.preScale(x, y, 1); [all...] |
/external/chromium_org/ash/wm/overview/ |
scoped_transform_overview_window.h | 11 #include "ui/gfx/transform.h" 44 // Returns the transform turning |src_rect| into |dst_rect|. 45 static gfx::Transform GetTransformForRect(const gfx::Rect& src_rect, 73 // Sets |transform| on the window and a copy of the window if the target 74 // |root_window| is not the window's root window. If |animate| the transform 77 const gfx::Transform& transform, 88 // Applies the |transform| to the overview window and all of its transient 89 // children using animations. If |animate| the transform is animated in, 91 void SetTransformOnWindowAndTransientChildren(const gfx::Transform& transform [all...] |
/external/chromium_org/cc/animation/ |
layer_animation_value_observer.h | 18 virtual void OnTransformAnimated(const gfx::Transform& transform) = 0;
|
transform_operations.h | 13 #include "ui/gfx/transform.h" 22 // Transform operations are a decomposed transformation matrix. It can be 23 // applied to obtain a gfx::Transform at any time, and can be blended 24 // intelligently with other transform operations, so long as they represent the 25 // same decomposition. For example, if we have a transform that is made up of 27 // transform made up of a rotation followed by a skew. Blending is possible if 28 // we have two dissimilar sets of transform operations, but the effect may not 37 // Returns a transformation matrix representing these transform operations. 38 gfx::Transform Apply() const; 40 // Given another set of transform operations and a progress in the rang [all...] |
animation_curve.cc | 30 DCHECK(Type() == AnimationCurve::Transform); 35 return Transform;
|
transform_operation.h | 8 #include "ui/gfx/transform.h" 32 gfx::Transform matrix; 62 gfx::Transform* result);
|
/external/chromium_org/cc/debug/ |
overdraw_metrics.h | 13 class Transform; 36 void DidUpload(const gfx::Transform& transform_to_target, 48 void DidCullForDrawing(const gfx::Transform& transform_to_target, 52 void DidDraw(const gfx::Transform& transform_to_target,
|
/external/chromium_org/content/renderer/pepper/ |
ppp_pdf.h | 28 // Requests that the plugin apply the given transform to its view. 29 void (*Transform)(PP_Instance instance, PP_PrivatePageTransformType type);
|
/external/chromium_org/cc/trees/ |
layer_sorter_unittest.cc | 13 #include "ui/gfx/transform.h" 29 gfx::Transform neg4_translate; 33 gfx::Transform neg5_translate; 48 gfx::Transform right_translate; 66 gfx::Transform perspective_matrix; 69 // Two layers forming a right angle with a perspective viewing transform. 70 gfx::Transform left_face_matrix; 75 gfx::Transform front_face_matrix; 90 gfx::Transform perspective_matrix; 95 gfx::Transform front_face_matrix [all...] |
/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_layer_impl_fixed_bounds.cc | 53 gfx::Transform transform; local 54 transform.matrix() = matrix; 55 SetSublayerTransformInternal(transform); 63 gfx::Transform transform; local 64 transform.matrix() = matrix; 65 SetTransformInternal(transform); 68 SkMatrix44 WebLayerImplFixedBounds::transform() const { function in class:webkit::WebLayerImplFixedBounds 80 const gfx::Transform& transform) [all...] |
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/infos/ |
RigidBodyMotionState.java | 35 import com.bulletphysics.linearmath.Transform; 44 * stores transform info of a PhysicsNode in a threadsafe manner to 49 //stores the bullet transform 51 private Transform motionStateTrans = new Transform(Converter.convert(new Matrix3f())); 57 //keep track of transform changes 74 public synchronized Transform getWorldTransform(Transform t) { 80 * called from bullet when the transform of the rigidbody changes 83 public synchronized void setWorldTransform(Transform worldTrans) [all...] |
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/ |
Feature.java | 6 import com.jme3.math.Transform;
119 * @return the feature's transform depending on the evaluation space
122 public Transform getTransform() {
149 Transform result = new Transform(loc, rot);
161 Transform localTransform = new Transform(bone.getLocalPosition(), bone.getLocalRotation());
165 Transform worldTransform = new Transform(bone.getWorldBindPosition(), bone.getWorldBindRotation());
169 Transform poseTransform = new Transform(bone.getLocalPosition(), bone.getLocalRotation()); [all...] |
/external/chromium_org/cc/layers/ |
draw_properties.h | 10 #include "ui/gfx/transform.h" 41 gfx::Transform target_space_transform; 44 gfx::Transform screen_space_transform;
|
layer_position_constraint_unittest.cc | 20 const gfx::Transform& transform, 21 const gfx::Transform& sublayer_transform, 26 layer->SetTransform(transform); 40 gfx::Transform identity_matrix; 85 gfx::Transform IdentityMatrix; 155 gfx::Transform expected_child_transform; 156 gfx::Transform expected_grand_child_transform = expected_child_transform; 207 // inherits the container's transform, but the scroll delta that has to be 208 // undone should not be affected by that transform [all...] |