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

1 2 3 4 5 6 78 91011>>

  /packages/apps/Gallery/src/com/android/camera/
Util.java 64 public static Bitmap rotate(Bitmap b, int degrees) {
65 if (degrees != 0 && b != null) {
67 m.setRotate(degrees,
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
VideoUtils.java 178 int degrees = Integer.parseInt(degreesString); local
179 if (degrees >= 0) {
180 muxer.setOrientationHint(degrees);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion12-expected-completion75.txt 60 android:rotation : rotation of the view, in degrees. [float]
61 android:rotationX : rotation of the view around the x axis, in degrees. [float]
62 android:rotationY : rotation of the view around the y axis, in degrees. [float]
  /system/core/include/system/
graphics.h 290 /* rotate source image 90 degrees clockwise */
292 /* rotate source image 180 degrees */
294 /* rotate source image 270 degrees clockwise */
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
PathShapeTest.java 47 // draw a square rotated by 45 degrees centered on (50, 50)
  /external/arduino/hardware/arduino/cores/arduino/
wiring.h 83 #define degrees(rad) ((rad)*RAD_TO_DEG) macro
  /external/ceres-solver/data/nist/
Lanczos1.dat 50 Degrees of Freedom: 18
Lanczos2.dat 50 Degrees of Freedom: 18
Lanczos3.dat 50 Degrees of Freedom: 18
MGH17.dat 49 Degrees of Freedom: 28
  /external/chromium/chrome/browser/ui/cocoa/
hover_close_button.mm 98 // cross and then rotating the path by 45 degrees.
  /external/chromium_org/build/android/pylib/
screenshot.py 50 rotate: If True, the video will be rotated 90 degrees.
  /external/chromium_org/build/android/
screenshot.py 61 video_options.add_option('-r', '--rotate', help='Rotate video by 90 degrees.',
  /external/chromium_org/cc/animation/
transform_operations.h 70 void AppendRotate(SkMScalar x, SkMScalar y, SkMScalar z, SkMScalar degrees);
  /external/chromium_org/chrome/third_party/chromevox/chromevox/background/mathmaps/symbols/
math_non_characters.json 128 "alternative": "degrees kelvin",
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
flock.cc 27 // The goose sprites rotate in increments of 5 degrees.
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
HRTFDatabase.cpp 43 const unsigned HRTFDatabase::NumberOfRawElevations = 10; // -45 -> +90 (each 15 degrees)
  /external/chromium_org/third_party/freetype/src/base/
ftsynth.c 61 /* of about 12 degrees. */
  /external/chromium_org/third_party/skia/include/core/
SkPoint.h 270 /** Rotate the point clockwise by 90 degrees, writing the answer into dst.
275 /** Rotate the point clockwise by 90 degrees, writing the answer back into
280 /** Rotate the point counter-clockwise by 90 degrees, writing the answer
285 /** Rotate the point counter-clockwise by 90 degrees, writing the answer
  /external/chromium_org/third_party/skia/include/utils/
SkNWayCanvas.h 32 virtual bool rotate(SkScalar degrees) SK_OVERRIDE;
SkProxyCanvas.h 36 virtual bool rotate(SkScalar degrees) SK_OVERRIDE;
  /external/chromium_org/ui/gfx/
display.h 25 // Screen Rotation in clock-wise degrees.
  /external/chromium_org/ui/gfx/image/
image_skia_operations.h 92 // amount of clockwise rotation in degrees.
  /external/eigen/unsupported/doc/examples/
PolynomialSolver1.cpp 38 cout << "Using double's almost always solves the problem for small degrees: " << endl;
  /external/freetype/src/base/
ftsynth.c 61 /* of about 12 degrees. */

Completed in 601 milliseconds

1 2 3 4 5 6 78 91011>>