/frameworks/base/core/java/android/hardware/ |
Camera.java | [all...] |
GeomagneticField.java | 264 * field from true north, in degrees (i.e. positive means the 272 * @return The inclination of the magnetic field in degrees -- positive
|
/bionic/libc/upstream-netbsd/common/lib/libc/stdlib/ |
random.c | 174 static const int degrees[MAX_TYPES] = { DEG_0, DEG_1, DEG_2, DEG_3, DEG_4 }; variable 434 rand_deg = degrees[type];
|
/cts/tests/tests/view/src/android/view/cts/ |
MotionEventTest.java | 370 // of ARC * i degrees clockwise relative to the Y axis. 409 // Apply a rotation about the origin by ROTATION degrees clockwise.
|
/development/samples/LunarLander/src/com/example/android/lunarlander/ |
LunarView.java | 63 public static final int PHYS_SLEW_SEC = 120; // degrees/second rotate 167 * Lander heading in degrees, with 0 up, 90 right. Kept in the range [all...] |
/external/ImageMagick/ImageMagick/api/ |
transform.html | 472 <p>TransposeImage() creates a horizontal mirror image by reflecting the pixels around the central y-axis while rotating them by 90 degrees.</p> 498 <p>TransverseImage() creates a vertical mirror image by reflecting the pixels around the central x-axis while rotating them by 270 degrees.</p>
|
/external/ImageMagick/www/api/ |
transform.html | 440 <p>TransposeImage() creates a horizontal mirror image by reflecting the pixels around the central y-axis while rotating them by 90 degrees.</p> 466 <p>TransverseImage() creates a vertical mirror image by reflecting the pixels around the central x-axis while rotating them by 270 degrees.</p>
|
transform.php | 472 <p>TransposeImage() creates a horizontal mirror image by reflecting the pixels around the central y-axis while rotating them by 90 degrees.</p> 498 <p>TransverseImage() creates a vertical mirror image by reflecting the pixels around the central x-axis while rotating them by 270 degrees.</p>
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/ |
LocalizedFormats.java | 176 NOT_POSITIVE_DEGREES_OF_FREEDOM("degrees of freedom must be positive ({0})"), 210 NO_DEGREES_OF_FREEDOM("no degrees of freedom ({0} measurements, {1} parameters)"),
|
/external/deqp/framework/common/ |
tcuVectorUtil.hpp | 65 inline float degrees (float f) { return deFloatDegrees(f); } function in namespace:tcu 426 TCU_DECLARE_VECTOR_UNARY_FUNC(degrees, deFloatDegrees)
|
/external/deqp/modules/gles3/functional/ |
es3fShaderConstExprTests.cpp | 76 {"degrees", "degrees(${T} (2.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatDegrees(2.0f) },
|
/external/eigen/unsupported/Eigen/ |
MatrixFunctions | 432 corresponding to a rotation over 60 degrees, is a rotation over 30 degrees:
|
/external/opencv3/modules/features2d/test/ |
test_rotation_and_scale_invariance.cpp | 56 // angle - rotation around Oz in degrees 69 // angle - rotation around Oz in degrees
|
/frameworks/base/core/jni/ |
android_graphics_Canvas.cpp | 144 static void rotate(JNIEnv*, jobject, jlong canvasHandle, jfloat degrees) { 145 get_canvas(canvasHandle)->rotate(degrees);
|
/frameworks/base/libs/hwui/utils/ |
VectorDrawableUtils.cpp | 126 // Maximum of 45 degrees per cubic Bezier segment 181 /* Convert rotation angle from degrees to radians */
|
/frameworks/base/media/mca/effect/java/android/media/effect/ |
EffectFactory.java | 317 * the input image. Note that the rotation snaps to a the closest multiple of 90 degrees.</p> 322 * <td>The angle of rotation in degrees.</td>
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Path_Delegate.java | 788 * @param startAngle Starting angle (in degrees) where the arc begins 789 * @param sweepAngle Sweep angle (in degrees) measured clockwise, treated
|
/frameworks/base/tools/orientationplot/ |
orientationplot.py | 121 3, 'Tilt Angle', 'degrees', [-105, 105], 130 4, 'Orientation Angle', 'degrees', [-25, 375],
|
/frameworks/native/libs/input/tests/ |
InputEvent_test.cpp | 538 // of ARC * i degrees clockwise relative to the Y axis. 576 // Apply a rotation about the origin by ROTATION degrees clockwise.
|
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
PathParser.java | 600 /* Convert rotation angle from degrees to radians */ 693 // Maximum of 45 degrees per cubic Bezier segment
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
hal_outputs.c | 517 /** This corresponds to Sensor.TYPE_ORIENTATION. All values are angles in degrees. 518 * @param[out] values Length 3, Degrees.<br>
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
hal_outputs.c | 471 /** This corresponds to Sensor.TYPE_ORIENTATION. All values are angles in degrees.
472 * @param[out] values Length 3, Degrees.<br>
|
/hardware/qcom/camera/QCamera2/stack/common/ |
cam_intf.h | 143 /* cal images required rotation: 0-no, 1-90 degrees right, 2-90 degrees left */ [all...] |
/hardware/qcom/display/msm8084/libcopybit/ |
c2d2.h | 358 * target_rect is then rotated clockwise by an arbitrary angle in degrees 380 int32 rotation; /* clock-wise rotation in degrees, 16.16 fp */ [all...] |
/hardware/qcom/display/msm8226/libcopybit/ |
c2d2.h | 358 * target_rect is then rotated clockwise by an arbitrary angle in degrees 380 int32 rotation; /* clock-wise rotation in degrees, 16.16 fp */ [all...] |