Searched
full:degrees (Results
351 -
375 of
734) sorted by null
<<11121314151617181920>>
/frameworks/base/docs/html/reference/com/google/android/gms/maps/model/ |
CameraPosition.html | 914 <td class="jd-descrcol" width="100%">Direction that the camera is pointing in, in degrees clockwise from north.</td> 936 <td class="jd-descrcol" width="100%">The angle, in degrees, of the camera angle from the nadir (directly facing the Earth).</td> [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
MotionEventTest.java | 336 // of ARC * i degrees clockwise relative to the Y axis. 375 // Apply a rotation about the origin by ROTATION degrees clockwise.
|
/docs/source.android.com/src/devices/tech/input/ |
touch-devices.jd | 408 <p>The tilt angles along the X and Y axes are assumed to be specified in degrees [all...] |
/external/ceres-solver/include/ceres/ |
types.h | 182 // in multiple dimensions, as there are N*(N+1)/2 degrees of freedom in a 186 // remaining degrees-of-freedom. (L)BFGS methods uniquely deteremine the
|
/external/ceres-solver/internal/ceres/ |
graph_algorithms.h | 46 // Compare two vertices of a graph by their degrees, if the degrees
|
/external/chromium/webkit/glue/ |
webkitclient_impl.cc | 321 // in increments of 15 degrees. 327 // 0 <= azimuth < 360 in increments of 15 degrees.
|
/external/chromium_org/cc/animation/ |
transform_operation.cc | 227 static float DegreesToRadians(float degrees) { 228 return (M_PI * degrees) / 180.f;
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/ |
media_util.js | 227 * @return {boolean} True if the image is rotated 90 degrees left or right. 352 * @param {boolean} rotate True if the image should be rotated 90 degrees.
|
/external/chromium_org/content/browser/gamepad/ |
gamepad_platform_data_fetcher_win.cc | 441 // DirectInput gives pov measurements in hundredths of degrees, 444 static const int arc_segment = 2250; // 22.5 degrees = 1/16 circle
|
/external/chromium_org/third_party/icu/source/i18n/ |
chnsecal.h | 43 * zone of GMT+8:00 and a longitude of 120 degrees east. Although some 45 * Beijing's local longitude (116 degrees 25 minutes east) and time zone
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
astrotst.cpp | 156 //Latitude: 34 degrees 05' North 157 //Longitude: 118 degrees 22' West
|
/external/chromium_org/third_party/skia/src/utils/debugger/ |
SkDebugCanvas.cpp | 439 bool SkDebugCanvas::rotate(SkScalar degrees) { 440 addDrawCommand(new SkRotateCommand(degrees));
|
/external/eigen/unsupported/Eigen/ |
MatrixFunctions | 365 corresponding to a rotation over 60 degrees, is a rotation over 30 degrees:
|
/external/icu4c/i18n/ |
chnsecal.h | 44 * zone of GMT+8:00 and a longitude of 120 degrees east. Although some 46 * Beijing's local longitude (116 degrees 25 minutes east) and time zone
|
/external/icu4c/test/intltest/ |
astrotst.cpp | 156 //Latitude: 34 degrees 05' North 157 //Longitude: 118 degrees 22' West
|
/external/jpeg/ |
jpegtran.c | 69 fprintf(stderr, " -rotate [90|180|270] Rotate image (degrees clockwise)\n"); 267 /* Rotate 90, 180, or 270 degrees (measured clockwise). */
|
/external/qemu/distrib/jpeg-6b/ |
jpegtran.c | 69 fprintf(stderr, " -rotate [90|180|270] Rotate image (degrees clockwise)\n"); 267 /* Rotate 90, 180, or 270 degrees (measured clockwise). */
|
/external/skia/src/utils/debugger/ |
SkDebugCanvas.cpp | 439 bool SkDebugCanvas::rotate(SkScalar degrees) { 440 addDrawCommand(new SkRotateCommand(degrees));
|
/frameworks/base/graphics/java/android/graphics/ |
Atlas.java | 56 * bitmap must be rotated by 90 degrees (in either direction as long as 70 * If true, the bitmap must be rotated 90 degrees in the atlas.
|
/frameworks/base/media/java/android/media/ |
ExifInterface.java | 397 double degrees = Double.parseDouble(pair[0].trim()) local 408 double result = degrees + (minutes / 60.0) + (seconds / 3600.0);
|
/frameworks/native/services/surfaceflinger/ |
Transform.cpp | 143 // w & h are inverted when rotating by 90 degrees 274 // there is a skew component and/or a non 90 degrees rotation
|
/packages/apps/Browser/src/com/android/browser/view/ |
PieMenu.java | 284 * @param angle from 0..PI to Android degrees (clockwise starting at 3 338 float r = getDegrees(item.getStartAngle()) - 270; // degrees(0)
|
/cts/apps/CtsVerifier/lib/colorchecker/ |
colorcheckertest.cpp | 151 // Mark the gradient direction as 90 degrees. 290 // Shifts angles for 45 degrees so the vertical and horizontal 291 // direction is mapped to 45 and 135 degrees to avoid padding. 307 // 45 degrees to avoid avoid padding for the vertical lines, [all...] |
/external/ceres-solver/data/nist/ |
Chwirut1.dat | 47 Degrees of Freedom: 211
|
/external/chromium/chrome/browser/ui/views/download/ |
download_item_view.h | 212 // In degrees, for downloads with no known total size.
|
Completed in 3947 milliseconds
<<11121314151617181920>>