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

<<11121314151617181920>>

  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java 1890 double degrees = coordinate[0].toDouble(); local
2012 int degrees = (int) value; local
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 1911 double degrees = coordinate[0].toDouble(); local
2033 int degrees = (int) value; local
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifInterface.java 1911 double degrees = coordinate[0].toDouble(); local
2033 int degrees = (int) value; local
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifInterface.java 1952 double degrees = coordinate[0].toDouble(); local
2074 int degrees = (int) value; local
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_haptic.h 389 * - North: 0 (0 degrees)
390 * - East: 9000 (90 degrees)
391 * - South: 18000 (180 degrees)
392 * - West: 27000 (270 degrees)
408 * follows (all values are in hundredths of degrees):
409 * - Degrees from (1, 0) rotated towards (0, 1).
410 * - Degrees towards (0, 0, 1) (device needs at least 3 axes).
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_haptic.h 389 * - North: 0 (0 degrees)
390 * - East: 9000 (90 degrees)
391 * - South: 18000 (180 degrees)
392 * - West: 27000 (270 degrees)
408 * follows (all values are in hundredths of degrees):
409 * - Degrees from (1, 0) rotated towards (0, 1).
410 * - Degrees towards (0, 0, 1) (device needs at least 3 axes).
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_haptic.h 389 * - North: 0 (0 degrees)
390 * - East: 9000 (90 degrees)
391 * - South: 18000 (180 degrees)
392 * - West: 27000 (270 degrees)
408 * follows (all values are in hundredths of degrees):
409 * - Degrees from (1, 0) rotated towards (0, 1).
410 * - Degrees towards (0, 0, 1) (device needs at least 3 axes).
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_haptic.h 389 * - North: 0 (0 degrees)
390 * - East: 9000 (90 degrees)
391 * - South: 18000 (180 degrees)
392 * - West: 27000 (270 degrees)
408 * follows (all values are in hundredths of degrees):
409 * - Degrees from (1, 0) rotated towards (0, 1).
410 * - Degrees towards (0, 0, 1) (device needs at least 3 axes).
    [all...]
  /external/ImageMagick/MagickCore/
effect.c 2252 degrees, local
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 160 /** The current rotation amount, in degrees */
662 * Rotates the image 90 degrees, clockwise.
669 * Rotates the image 90 degrees, counter clockwise.
    [all...]
  /external/ImageMagick/utilities/
convert.1.in 227 \-rotate degrees apply Paeth rotation to the image
236 \-shade degrees shade the image using a distant light source
250 \-swirl degrees swirl image pixels about the center
257 \-transpose flip image vertically and rotate 90 degrees
258 \-transverse flop image horizontally and rotate 270 degrees
  /frameworks/rs/api/
rs_math.spec 223 To get an inverse cosine measured in degrees, use <code>acospi(a) * 180.f</code>.
294 To get an inverse sine measured in degrees, use <code>asinpi(a) * 180.f</code>.
368 To get an inverse tangent measured in degrees, use <code>atan2pi(n, d) * 180.f</code>.
417 To get an inverse tangent measured in degrees, use <code>atanpi(a) * 180.f</code>.
652 To get the cosine of a value measured in degrees, call <code>cospi(v / 180.f)</code>.
666 function: degrees
673 summary: Converts radians into degrees
675 Converts from radians to degrees.
678 function: degrees
1850 To get an inverse cosine measured in degrees, use <code>acospi(a) * 180.f</code>
    [all...]
  /hardware/qcom/display/msm8084/liboverlay/
overlayUtils.h 323 /* rotate source image 180 degrees
326 /* rotate source image 90 degrees 0x4 */
328 /* rotate source image 90 degrees and flip horizontally 0x5 */
331 /* rotate source image 90 degrees and flip vertically 0x6 */
334 /* rotate source image 270 degrees
  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.h 292 /* rotate source image 180 degrees
295 /* rotate source image 90 degrees 0x4 */
297 /* rotate source image 90 degrees and flip horizontally 0x5 */
300 /* rotate source image 90 degrees and flip vertically 0x6 */
303 /* rotate source image 270 degrees
  /hardware/qcom/display/msm8909/liboverlay/
overlayUtils.h 283 /* rotate source image 180 degrees
286 /* rotate source image 90 degrees 0x4 */
288 /* rotate source image 90 degrees and flip horizontally 0x5 */
291 /* rotate source image 90 degrees and flip vertically 0x6 */
294 /* rotate source image 270 degrees
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.h 315 /* rotate source image 180 degrees
318 /* rotate source image 90 degrees 0x4 */
320 /* rotate source image 90 degrees and flip horizontally 0x5 */
323 /* rotate source image 90 degrees and flip vertically 0x6 */
326 /* rotate source image 270 degrees
  /hardware/qcom/display/msm8994/liboverlay/
overlayUtils.h 286 /* rotate source image 180 degrees
289 /* rotate source image 90 degrees 0x4 */
291 /* rotate source image 90 degrees and flip horizontally 0x5 */
294 /* rotate source image 90 degrees and flip vertically 0x6 */
297 /* rotate source image 270 degrees
  /packages/apps/Nfc/src/com/android/nfc/beam/
SendUi.java 539 * @return the current display rotation in degrees
598 float degrees = getDegreesForRotation(mDisplay.getRotation()); local
611 boolean requiresRotation = (degrees > 0);
615 mDisplayMatrix.preRotate(-degrees);
633 c.rotate(360f - degrees);
    [all...]
  /external/ImageMagick/ImageMagick/api/
distort.html 163 Image *RotateImage(const Image *image,const double degrees,
172 <dt>degrees</dt>
173 <p>Specifies the number of degrees to rotate the image.</p>
  /external/ImageMagick/www/api/
distort.html 167 Image *RotateImage(const Image *image,const double degrees,
176 <dt>degrees</dt>
177 <p>Specifies the number of degrees to rotate the image.</p>
distort.php 163 Image *RotateImage(const Image *image,const double degrees,
172 <dt>degrees</dt>
173 <p>Specifies the number of degrees to rotate the image.</p>
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
screen_finder_unittest.py 138 # crosses 2 lines at 45 degrees.
143 # crosses 1 line at > 45 degrees, 1 line at < 45 degrees.
  /external/icu/icu4c/source/i18n/
astro.cpp 205 #define DEG_RAD ( CalendarAstronomer::PI / 180 ) // degrees -> radians
206 #define RAD_DEG ( 180 / CalendarAstronomer::PI ) // radians -> degrees
262 * @param longitude The desired longitude, in <em>degrees</em> east of
265 * @param latitude The desired latitude, in <em>degrees</em>. Positive
922 // // (east long. positive). Note that LST is here expressed in degrees,
923 // // where 15 degrees corresponds to one hour. Since LST really is an angle,
924 // // it's convenient to use one unit---degrees---throughout.
    [all...]
  /external/libexif/libexif/
exif-tag.c 85 "RATIONAL values giving the degrees, minutes, and seconds, "
86 "respectively. When degrees, minutes and seconds are expressed, "
87 "the format is dd/1,mm/1,ss/1. When degrees and minutes are used "
97 "RATIONAL values giving the degrees, minutes, and seconds, "
98 "respectively. When degrees, minutes and seconds are expressed, "
99 "the format is ddd/1,mm/1,ss/1. When degrees and minutes are "
168 "degrees, minutes, and seconds, respectively. If latitude is "
169 "expressed as degrees, minutes and seconds, a typical format "
170 "would be dd/1,mm/1,ss/1. When degrees and minutes are used and, "
180 "degrees, minutes, and seconds, respectively. If longitude is
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
Batch.java 159 /** Draws a rectangle with the texture coordinates rotated 90 degrees. The bottom left corner at x,y and stretching the region
163 * @param clockwise If true, the texture coordinates are rotated 90 degrees clockwise. If false, they are rotated 90 degrees

Completed in 1387 milliseconds

<<11121314151617181920>>