HomeSort by relevance Sort by last modified time
    Searched full:degrees (Results 151 - 175 of 734) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Gallery/src/com/android/camera/gallery/
IImage.java 78 public abstract boolean rotateImageBy(int degrees);
VideoObject.java 100 public boolean rotateImageBy(int degrees) {
  /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/trace-viewer/src/ui/
camera.js 29 strengthRatioX: 0.7, // Ratio of mousemove X pixels to degrees rotated.
30 strengthRatioY: 0.25 // Ratio of mousemove Y pixels to degrees rotated.
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
HRTFElevation.h 58 // Returns the list of left or right ear HRTFKernels for all the azimuths going from 0 to 360 degrees.
70 // Spacing, in degrees, between every azimuth loaded from resource.
  /external/chromium_org/third_party/skia/src/utils/
SkProxyCanvas.cpp 45 bool SkProxyCanvas::rotate(SkScalar degrees) {
46 return fProxy->rotate(degrees);
  /external/skia/src/utils/
SkProxyCanvas.cpp 45 bool SkProxyCanvas::rotate(SkScalar degrees) {
46 return fProxy->rotate(degrees);
  /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 150 JNIEnv *env, jclass clazz, jint nativeObject, jint degrees) {
157 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/chromium_org/chrome/browser/extensions/api/system_display/
display_info_provider_chromeos.cc 33 // Checks if the given integer value is valid display rotation in degrees.
38 // Converts integer integer value in degrees to Rotation enum value.
39 gfx::Display::Rotation DegreesToRotation(int degrees) {
40 DCHECK(IsValidRotationValue(degrees));
41 switch (degrees) {
  /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...]
  /frameworks/base/media/java/android/media/
MediaRecorder.java 409 * @param degrees the angle to be rotated clockwise in degrees.
410 * The supported angles are 0, 90, 180, and 270 degrees.
414 public void setOrientationHint(int degrees) {
415 if (degrees != 0 &&
416 degrees != 90 &&
417 degrees != 180 &&
418 degrees != 270) {
419 throw new IllegalArgumentException("Unsupported angle: " + degrees);
421 setParameter("video-param-rotation-angle-degrees=" + degrees)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java 345 int degrees = 0; local
347 case Surface.ROTATION_0: degrees = 0; break;
348 case Surface.ROTATION_90: degrees = 90; break;
349 case Surface.ROTATION_180: degrees = 180; break;
350 case Surface.ROTATION_270: degrees = 270; break;
354 mPreviewRotation = (info.orientation + degrees) % 360;
357 mPreviewRotation = (info.orientation - degrees + 360) % 360;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
CameraVideoActivity.java 652 int degrees = 0; local
654 case Surface.ROTATION_0: degrees = 0; break;
655 case Surface.ROTATION_90: degrees = 90; break;
656 case Surface.ROTATION_180: degrees = 180; break;
657 case Surface.ROTATION_270: degrees = 270; break;
661 mPreviewRotation = (info.orientation + degrees) % 360;
664 mPreviewRotation = (info.orientation - degrees + 360) % 360;
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 149 /** The current rotation amount, in degrees */
591 * Rotates the image 90 degrees, clockwise.
598 * Rotates the image 90 degrees, counter clockwise.
    [all...]
  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardView.java 128 * @param clockwise Specifies whether the horizontal animation is 180 degrees
129 * clockwise or 180 degrees counter clockwise.
272 * Returns a full rotation animator which rotates this card by 360 degrees
  /external/chromium_org/ash/display/
mirror_window_controller_unittest.cc 160 UpdateDisplay("400x400/r,400x400"); // 90 degrees.
171 UpdateDisplay("400x400/u,400x400"); // 180 degrees.
181 UpdateDisplay("400x400/l,400x400"); // 270 degrees.
  /external/chromium_org/third_party/freetype/src/base/
fttrigon.c 23 /* in degrees, i.e., the angular resolution is 2^-16 degrees. Note that */
45 /* this table was generated for FT_PI = 180L << 16, i.e. degrees */
  /external/freetype/src/base/
fttrigon.c 23 /* in degrees, i.e., the angular resolution is 2^-16 degrees. Note that */
45 /* this table was generated for FT_PI = 180L << 16, i.e. degrees */
  /external/qemu/docs/
ANDROID-SKIN-FILES.TXT 133 (in 90-degrees increment) to apply to the part
138 counter-rotation (in 90-degrees increments) to apply to the
187 - 'rotation': Optional rotation value (0..3) in 90 degrees
  /frameworks/rs/driver/runtime/
rs_cl.c 777 extern float __attribute__((overloadable)) degrees(float radians) { function
780 extern float2 __attribute__((overloadable)) degrees(float2 radians) { function
783 extern float3 __attribute__((overloadable)) degrees(float3 radians) { function
786 extern float4 __attribute__((overloadable)) degrees(float4 radians) { function
812 extern float __attribute__((overloadable)) radians(float degrees) {
813 return degrees * (M_PI / 180.f);
815 extern float2 __attribute__((overloadable)) radians(float2 degrees) {
816 return degrees * (M_PI / 180.f);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
CameraManager.java 287 * @param degrees The rotation in degrees. Should be 0, 90, 180 or 270.
289 public void setDisplayOrientation(int degrees);

Completed in 865 milliseconds

1 2 3 4 5 67 8 91011>>