HomeSort by relevance Sort by last modified time
    Searched full:degrees (Results 226 - 250 of 1140) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ceres-solver/data/nist/
Nelson.dat 16 variables are time in weeks and temperature in degrees
47 Degrees of Freedom: 125
  /external/chromium-trace/catapult/devil/devil/android/tools/
video_recorder.py 40 rotate: If True, the video will be rotated 90 degrees.
127 help='Rotate video by 90 degrees.')
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
OISJoyStick.h 177 @param degrees
180 void setVector3Sensitivity(float degrees = OIS_JOYSTICK_VECTOR3_DEFAULT);
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/
OISJoyStick.cpp 52 void JoyStick::setVector3Sensitivity(float degrees)
54 mVector3Sensitivity = degrees;
  /external/skia/gm/
dftext.cpp 37 SkScalar degrees,
40 canvas->rotate(degrees);
  /external/skia/include/c/
sk_canvas.h 62 specified rotation in degrees.
64 SK_API void sk_canvas_rotate_degrees(sk_canvas_t*, float degrees);
  /external/skia/samplecode/
SampleBitmapRect.cpp 45 static SkPoint unit_vec(int degrees) {
46 SkScalar rad = SkDegreesToRadians(SkIntToScalar(degrees));
  /external/vulkan-validation-layers/libs/glm/gtx/
rotate_normalized_axis.inl 42 # pragma message("GLM: rotateNormalizedAxis function taking degrees as parameters is deprecated. #define GLM_FORCE_RADIANS before including GLM headers to remove this message.")
86 # pragma message("GLM: rotateNormalizedAxis function taking degrees as parameters is deprecated. #define GLM_FORCE_RADIANS before including GLM headers to remove this message.")
  /frameworks/base/docs/html/guide/appendix/
app-intents.jd 86 <tr><td>yaw</td><td>Panorama center-of-view in degrees clockwise from North.<br />
89 <tr><td>pitch</td><td>Panorama center-of-view in degrees from
  /frameworks/base/location/java/android/location/
Geofence.java 41 * @param latitude latitude in degrees, between -90 and +90 inclusive
42 * @param longitude longitude in degrees, between -180 and +180 inclusive
  /frameworks/base/media/jni/
android_media_MediaMuxer.cpp 149 JNIEnv *env, jclass /* clazz */, jlong nativeObject, jint degrees) {
156 status_t err = muxer->setOrientationHint(degrees);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalMergeAlbum.java 207 public void rotate(int degrees) {
209 set.rotate(degrees);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
Paper.java 81 float degrees = local
85 Matrix.rotateM(mMatrix, 0, degrees, 0, 1, 0);
  /external/ImageMagick/utilities/
magick-script.1 192 \-rotate degrees apply Paeth rotation to the image
201 \-shade degrees shade the image using a distant light source
213 \-swirl degrees swirl image pixels about the center
220 \-transpose flip image vertically and rotate 90 degrees
221 \-transverse flop image horizontally and rotate 270 degrees
magick-script.1.in 192 \-rotate degrees apply Paeth rotation to the image
201 \-shade degrees shade the image using a distant light source
213 \-swirl degrees swirl image pixels about the center
220 \-transpose flip image vertically and rotate 90 degrees
221 \-transverse flop image horizontally and rotate 270 degrees
magick.1 189 \-rotate degrees apply Paeth rotation to the image
198 \-shade degrees shade the image using a distant light source
210 \-swirl degrees swirl image pixels about the center
217 \-transpose flip image vertically and rotate 90 degrees
218 \-transverse flop image horizontally and rotate 270 degrees
magick.1.in 189 \-rotate degrees apply Paeth rotation to the image
198 \-shade degrees shade the image using a distant light source
210 \-swirl degrees swirl image pixels about the center
217 \-transpose flip image vertically and rotate 90 degrees
218 \-transverse flop image horizontally and rotate 270 degrees
mogrify.1 224 \-rotate degrees apply Paeth rotation to the image
233 \-shade degrees shade the image using a distant light source
249 \-swirl degrees swirl image pixels about the center
256 \-transpose flip image vertically and rotate 90 degrees
257 \-transverse flop image horizontally and rotate 270 degrees
mogrify.1.in 224 \-rotate degrees apply Paeth rotation to the image
233 \-shade degrees shade the image using a distant light source
249 \-swirl degrees swirl image pixels about the center
256 \-transpose flip image vertically and rotate 90 degrees
257 \-transverse flop image horizontally and rotate 270 degrees
  /external/vulkan-validation-layers/libs/glm/gtc/
matrix_transform.hpp 92 /// @param angle Rotation angle expressed in radians if GLM_FORCE_RADIANS is define or degrees otherwise.
178 /// @param fovy Expressed in radians if GLM_FORCE_RADIANS is define or degrees otherwise.
193 /// @param fov Expressed in radians if GLM_FORCE_RADIANS is define or degrees otherwise.
210 /// @param fovy Expressed in radians if GLM_FORCE_RADIANS is define or degrees otherwise.
221 /// @param fovy Expressed in radians if GLM_FORCE_RADIANS is define or degrees otherwise.
quaternion.inl 626 # pragma message("GLM: rotate function taking degrees as a parameter is deprecated. #define GLM_FORCE_RADIANS before including GLM headers to remove this message.")
653 # pragma message("GLM: roll function returning degrees is deprecated. #define GLM_FORCE_RADIANS before including GLM headers to remove this message.")
654 return glm::degrees(atan(T(2) * (q.x * q.y + q.w * q.z), q.w * q.w + q.x * q.x - q.y * q.y - q.z * q.z));
667 # pragma message("GLM: pitch function returning degrees is deprecated. #define GLM_FORCE_RADIANS before including GLM headers to remove this message.")
668 return glm::degrees(atan(T(2) * (q.y * q.z + q.w * q.x), q.w * q.w - q.x * q.x - q.y * q.y + q.z * q.z));
681 # pragma message("GLM: yaw function returning degrees is deprecated. #define GLM_FORCE_RADIANS before including GLM headers to remove this message.")
682 return glm::degrees(asin(T(-2) * (q.x * q.z - q.w * q.y)));
811 # pragma message("GLM: angle function returning degrees is deprecated. #define GLM_FORCE_RADIANS before including GLM headers to remove this message.")
812 return glm::degrees(acos(x.w) * T(2));
841 # pragma message("GLM: angleAxis function taking degrees as a parameter is deprecated. #define GLM_FORCE_RADIANS before including GLM headers to remove thi (…)
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AnyMotionDetector.java 91 /** Threshold angle in degrees beyond which the device is considered moving. */
364 float degrees = Math.abs((float)Math.toDegrees( local
367 ", other = " + other.toString() + ", degrees = " + degrees);
368 return degrees;
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Vector3.java 441 /** Rotates this vector by the given angle in degrees around the given axis.
443 * @param degrees the angle in degrees
448 public Vector3 rotate (float degrees, float axisX, float axisY, float axisZ) {
449 return this.mul(tmpMat.setToRotation(axisX, axisY, axisZ, degrees));
463 /** Rotates this vector by the given angle in degrees around the given axis.
466 * @param degrees the angle in degrees
468 public Vector3 rotate (final Vector3 axis, float degrees) {
469 tmpMat.setToRotation(axis, degrees);
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Path.java 446 * @param startAngle Starting angle (in degrees) where the arc begins
447 * @param sweepAngle Sweep angle (in degrees) measured clockwise, treated
464 * @param startAngle Starting angle (in degrees) where the arc begins
465 * @param sweepAngle Sweep angle (in degrees) measured clockwise
478 * @param startAngle Starting angle (in degrees) where the arc begins
479 * @param sweepAngle Sweep angle (in degrees) measured clockwise, treated
587 * @param startAngle Starting angle (in degrees) where the arc begins
588 * @param sweepAngle Sweep angle (in degrees) measured clockwise
597 * @param startAngle Starting angle (in degrees) where the arc begins
598 * @param sweepAngle Sweep angle (in degrees) measured clockwis
    [all...]
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 375 * @param fovy field of view in y direction, in degrees
524 * Rotates matrix m by angle a (in degrees) around the axis (x, y, z).
532 * @param a angle to rotate in degrees
547 * Rotates matrix m in place by angle a (in degrees)
552 * @param a angle to rotate in degrees
567 * Creates a matrix for rotation by angle a (in degrees)
575 * @param a angle to rotate in degrees
642 * @param x angle of rotation, in degrees
643 * @param y angle of rotation, in degrees
644 * @param z angle of rotation, in degrees
    [all...]

Completed in 1053 milliseconds

1 2 3 4 5 6 7 8 91011>>