Searched refs:degrees (Results 1 - 25 of 82) sorted by relevance

1234

/external/chromium_org/ash/rotator/
H A Dscreen_rotation.cc21 base::TimeDelta GetTransitionDuration(int degrees) { argument
22 if (degrees == 360)
24 if (degrees == 180)
26 if (degrees == 0)
33 ScreenRotation::ScreenRotation(int degrees, ui::Layer* layer) argument
35 GetTransitionDuration(degrees)),
36 degrees_(degrees) {
H A Dscreen_rotation.h31 // |degrees| are clockwise. |layer| is the target of the animation. Does not
33 ScreenRotation(int degrees, ui::Layer* layer);
53 // The number of degrees to rotate.
/external/chromium_org/third_party/skia/include/effects/
H A DSkColorMatrix.h30 void setRotate(Axis, SkScalar degrees);
32 void preRotate(Axis, SkScalar degrees);
33 void postRotate(Axis, SkScalar degrees);
/external/skia/include/effects/
H A DSkColorMatrix.h30 void setRotate(Axis, SkScalar degrees);
32 void preRotate(Axis, SkScalar degrees);
33 void postRotate(Axis, SkScalar degrees);
/external/chromium_org/ui/gfx/
H A Dtransform.h79 void Rotate(double degrees) { RotateAboutZAxis(degrees); } argument
83 void RotateAboutXAxis(double degrees);
84 void RotateAboutYAxis(double degrees);
85 void RotateAboutZAxis(double degrees);
86 void RotateAbout(const Vector3dF& axis, double degrees);
H A Dinterpolated_transform_unittest.cc107 ui::InterpolatedTransform* GetScreenRotation(int degrees, bool reversed) { argument
114 switch (degrees) {
130 new ui::InterpolatedRotation(reversed ? degrees : 0,
131 reversed ? 0 : degrees)));
160 for (int degrees = -360; degrees <= 360; degrees += 90) {
163 GetScreenRotation(degrees, reversed));
H A Dtransform.cc30 SkMScalar TanDegrees(double degrees) { argument
31 double radians = degrees * M_PI / 180;
98 void Transform::RotateAboutXAxis(double degrees) { argument
99 double radians = degrees * M_PI / 180;
115 void Transform::RotateAboutYAxis(double degrees) { argument
116 double radians = degrees * M_PI / 180;
134 void Transform::RotateAboutZAxis(double degrees) { argument
135 double radians = degrees * M_PI / 180;
151 void Transform::RotateAbout(const Vector3dF& axis, double degrees) { argument
156 degrees); local
162 degrees); local
[all...]
H A Dinterpolated_transform.cc20 bool IsMultipleOfNinetyDegrees(double degrees) { argument
21 double remainder = fabs(fmod(degrees, 90.0));
25 // Returns false if |degrees| is not a multiple of ninety degrees or if
28 // the rotation matrix corresponding to |degrees| which has entries that are all
31 float degrees) {
32 if (!IsMultipleOfNinetyDegrees(degrees) || !rotation)
37 float degrees_by_ninety = degrees / 90.0f;
30 MassageRotationIfMultipleOfNinetyDegrees(gfx::Transform* rotation, float degrees) argument
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebTransformOperations.h44 virtual void appendRotate(double x, double y, double z, double degrees) = 0;
/external/chromium_org/webkit/renderer/compositor_bindings/
H A Dweb_transform_operations_impl.cc34 double degrees) {
35 transform_operations_.AppendRotate(x, y, z, degrees);
31 appendRotate(double x, double y, double z, double degrees) argument
H A Dweb_transform_operations_impl.h25 virtual void appendRotate(double x, double y, double z, double degrees);
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
H A DNavCalculator.java235 * two degrees of latitude
265 * @param course the target's current course in degrees
491 static Quadrant getQuadrant(double degrees, boolean invert) { argument
493 if (degrees >= 0 && degrees <= 90) {
495 } else if (degrees > 90 && degrees <= 180) {
497 } else if (degrees > 180 && degrees <= 270) {
502 if (degrees >
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawMatrix.h45 void rotate(SkScalar degrees, SkPoint& center) { argument
46 fMatrix.preRotate(degrees, center.fX, center.fY);
/external/skia/gm/
H A Dfontscaler.cpp31 SkScalar degrees,
34 canvas->rotate(degrees);
30 rotate_about(SkCanvas* canvas, SkScalar degrees, SkScalar px, SkScalar py) argument
H A Ddeviceproperties.cpp31 SkScalar degrees,
34 canvas->rotate(degrees);
30 rotate_about(SkCanvas* canvas, SkScalar degrees, SkScalar px, SkScalar py) argument
/external/skia/src/animator/
H A DSkDrawMatrix.h45 void rotate(SkScalar degrees, SkPoint& center) { argument
46 fMatrix.preRotate(degrees, center.fX, center.fY);
/external/chromium_org/third_party/skia/src/effects/
H A DSkColorMatrix.cpp32 void SkColorMatrix::setRotate(Axis axis, SkScalar degrees) { argument
35 S = SkScalarSinCos(SkDegreesToRadians(degrees), &C);
57 void SkColorMatrix::preRotate(Axis axis, SkScalar degrees) { argument
59 tmp.setRotate(axis, degrees);
63 void SkColorMatrix::postRotate(Axis axis, SkScalar degrees) { argument
65 tmp.setRotate(axis, degrees);
/external/skia/src/effects/
H A DSkColorMatrix.cpp32 void SkColorMatrix::setRotate(Axis axis, SkScalar degrees) { argument
35 S = SkScalarSinCos(SkDegreesToRadians(degrees), &C);
57 void SkColorMatrix::preRotate(Axis axis, SkScalar degrees) { argument
59 tmp.setRotate(axis, degrees);
63 void SkColorMatrix::postRotate(Axis axis, SkScalar degrees) { argument
65 tmp.setRotate(axis, degrees);
/external/chromium_org/cc/animation/
H A Dtransform_operations.h70 void AppendRotate(SkMScalar x, SkMScalar y, SkMScalar z, SkMScalar degrees);
/external/chromium_org/third_party/skia/src/core/
H A DSkBBoxHierarchyRecord.h34 virtual bool rotate(SkScalar degrees) SK_OVERRIDE;
H A DSkBBoxHierarchyRecord.cpp57 bool SkBBoxHierarchyRecord::rotate(SkScalar degrees) { argument
58 bool result = INHERITED::rotate(degrees);
/external/skia/src/core/
H A DSkBBoxHierarchyRecord.h34 virtual bool rotate(SkScalar degrees) SK_OVERRIDE;
H A DSkBBoxHierarchyRecord.cpp57 bool SkBBoxHierarchyRecord::rotate(SkScalar degrees) { argument
58 bool result = INHERITED::rotate(degrees);
/external/chromium_org/third_party/skia/include/core/
H A DSkMatrix.h69 90 degrees.
201 /** Set the matrix to rotate by the specified number of degrees, with a
205 void setRotate(SkScalar degrees, SkScalar px, SkScalar py);
206 /** Set the matrix to rotate about (0,0) by the specified number of degrees.
208 void setRotate(SkScalar degrees);
245 M' = M * R(degrees, px, py)
247 bool preRotate(SkScalar degrees, SkScalar px, SkScalar py);
249 M' = M * R(degrees)
251 bool preRotate(SkScalar degrees);
282 M' = R(degrees, p
[all...]
/external/skia/include/core/
H A DSkMatrix.h69 90 degrees.
201 /** Set the matrix to rotate by the specified number of degrees, with a
205 void setRotate(SkScalar degrees, SkScalar px, SkScalar py);
206 /** Set the matrix to rotate about (0,0) by the specified number of degrees.
208 void setRotate(SkScalar degrees);
245 M' = M * R(degrees, px, py)
247 bool preRotate(SkScalar degrees, SkScalar px, SkScalar py);
249 M' = M * R(degrees)
251 bool preRotate(SkScalar degrees);
282 M' = R(degrees, p
[all...]

Completed in 2751 milliseconds

1234