/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
BoundedRect.java | 28 * outer, rotated rectangle. 67 * Sets inner, and re-constrains it to fit within the rotated bounding rect. 80 * Sets rotation, and re-constrains inner to fit within the rotated bounding rect.
|
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/ |
PathShapeTest.java | 47 // draw a square rotated by 45 degrees centered on (50, 50)
|
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
gles3jni.h | 55 // Conceptually, the quads are rotated in model space, then scaled (uniformly)
|
/development/samples/HoneycombGallery/ |
_index.html | 38 activity is recreated, such as when the screen is rotated or an intent to
|
/external/chromium/chrome/browser/resources/ntp4/ |
new_tab.html | 7 Note that this means apps will be reflowed when rotated (like iPad).
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
DrawUtils.java | 265 // Rotated images 269 * Returns a new Image that is the given Image rotated left by 90 degrees. The client is 274 * the Image that is to be rotated left 275 * @return the rotated Image (the client is responsible for disposing it)
|
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/ |
HelloNode.java | 79 /** Rotate the pivot node: Note that both boxes have rotated! */
|
/external/qemu/android/skin/ |
image.h | 83 /* create a skin image clone, the clone is a rotated version of a source image
|
/external/skia/gm/ |
bitmapmatrix.cpp | 49 // Draw rotated
|
/frameworks/base/core/java/android/view/animation/ |
Transformation.java | 106 * a scale effect to something that has already been rotated.
|
/frameworks/base/docs/html/tools/help/ |
logcat.jd | 81 <td>Sets the maximum number of rotated logs to <code><count></code>. The default value
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/ |
Rectangle.java | 91 //public Rectangle rotated(float radians) {
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
Image.java | 136 * Save the rotated image by updating the Exif "Orientation" tag.
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
FaceView.java | 39 // indicator should be rotated 90 degrees counter-clockwise.
|
/external/freetype/src/truetype/ |
ttobjs.h | 278 FT_Bool rotated; /* `is the glyph rotated?'-flag */ member in struct:TT_Size_Metrics_
|
/external/webkit/Source/WebCore/css/ |
WebKitCSSMatrix.h | 121 // Returns this matrix rotated by the passed values. 128 // Returns this matrix rotated about the passed axis by the passed angle.
|
/external/webkit/Source/WebCore/page/ |
Frame.h | 171 // 0 is straight up; -90 is when the device is rotated 90 clockwise; 172 // 90 is when rotated counter clockwise.
|
DOMWindow.h | 418 // 0 is straight up; -90 is when the device is rotated 90 clockwise; 419 // 90 is when rotated counter clockwise.
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/views/ |
MultiTouchView.java | 53 * Flags whether or not image received from the emulator should be rotated. 116 * should be rotated when drawn on the device.
|
/external/llvm/lib/Transforms/Scalar/ |
LoopRotation.cpp | 35 STATISTIC(NumRotated, "Number of loops rotated"); 79 /// the loop is rotated at least once. 89 // One loop can be rotated multiple times. 258 /// Rotate loop LP. Return true if the loop is rotated. 272 // either this loop is already rotated or it is not 278 // loop is already rotated.
|
/libcore/luni/src/test/java/libcore/java/util/ |
OldCollectionsTest.java | 129 assertEquals("Rotated incorrectly at position 0, ", "three", 131 assertEquals("Rotated incorrectly at position 1, ", "four", 133 assertEquals("Rotated incorrectly at position 2, ", "zero", 135 assertEquals("Rotated incorrectly at position 3, ", "one", 137 assertEquals("Rotated incorrectly at position 4, ", "two",
|
/packages/apps/VideoEditor/src/com/android/videoeditor/util/ |
ImageUtils.java | 124 * @param outputFile The rotated file 126 * @return true if the image was rotated 208 // Save the rotated image to a file in the current project folder
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
GyroscopeTestActivity.java | 172 /** Renders a spinning block to indicate how the device should be rotated in the test. */ 239 /** Rectangular block that is rotated by {@link RotationGuideRenderer}. */
|
/external/jmonkeyengine/engine/src/android/com/jme3/util/ |
FastInteger.java | 242 * @return the rotated value. 265 * @return the rotated value.
|
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/ |
SDL_sysvideo.cc | 49 !=0 : Screen is 270? rotated 50 0: Screen is 90? rotated*/
|