HomeSort by relevance Sort by last modified time
    Searched refs:RotateAbout (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/gfx/
transform_unittest.cc 726 to.RotateAbout(axes[index], 90);
731 expected.RotateAbout(axes[index], 90 * t);
750 from1.RotateAbout(axes[index], 130.0);
752 to1.RotateAbout(axes[index], 175.0);
755 from2.RotateAbout(axes[index], 140.0);
757 to2.RotateAbout(axes[index], 185.0);
764 expected1.RotateAbout(axes[index], 130.0 + 45.0 * t);
767 expected2.RotateAbout(axes[index], 140.0 + 45.0 * t);
786 to.RotateAbout(axes[index], 180.0);
794 expected1.RotateAbout(axes[index], 180.0 * t)
    [all...]
transform.h 86 void RotateAbout(const Vector3dF& axis, double degrees);
interpolated_transform.cc 190 result.RotateAbout(axis_, ValueBetween(t, start_degrees_, end_degrees_));
transform.cc 151 void Transform::RotateAbout(const Vector3dF& axis, double degrees) {
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl_fixed_bounds_unittest.cc 183 transform.RotateAbout(gfx::Vector3dF(33, 44, 55), 99);
189 sublayer_transform.RotateAbout(gfx::Vector3dF(10, 30, 20), 88);
  /external/chromium_org/cc/animation/
transform_operation.cc 128 result->RotateAbout(gfx::Vector3dF(axis_x, axis_y, axis_z),
276 from_transform.RotateAbout(axis, min_degrees);
278 to_transform.RotateAbout(axis, max_degrees);
358 rotation.RotateAbout(axis, RadiansToDegrees(radians));
transform_operations_unittest.cc 171 expected.RotateAbout(gfx::Vector3dF(x, y, z), degrees);
382 expected.RotateAbout(gfx::Vector3dF(0, 0, 1), 180);
412 matrix_from.RotateAbout(gfx::Vector3dF(0, 0, 1), 175);
415 matrix_to.RotateAbout(gfx::Vector3dF(0, 1, 0), 175);
435 expected.RotateAbout(gfx::Vector3dF(0, 0, 1), 180);
443 expected.RotateAbout(gfx::Vector3dF(0, 0, 1), -180);
451 expected.RotateAbout(gfx::Vector3dF(0, 0, 1), 540);
592 expected.RotateAbout(gfx::Vector3dF(0, 0, 1), 180);
    [all...]
transform_operations.cc 122 to_add.matrix.RotateAbout(gfx::Vector3dF(x, y, z), degrees);

Completed in 231 milliseconds