HomeSort by relevance Sort by last modified time
    Searched defs:Rotate (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/base/core/java/android/transition/
Rotate.java 30 public class Rotate extends Transition {
32 private static final String PROPNAME_ROTATION = "android:rotate:rotation";
  /external/chromium_org/media/base/
yuv_convert.h 32 // Rotate happens after mirroring.
33 enum Rotate {
35 ROTATE_90, // Rotate clockwise.
36 ROTATE_180, // Rotate upside down.
37 ROTATE_270, // Rotate counter clockwise.
39 MIRROR_ROTATE_90, // Mirror then Rotate clockwise.
96 Rotate view_rotate,
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
commands.js 329 * Rotate command
334 Command.Rotate = function(rotate90) {
335 Command.call(this, 'rotate(' + rotate90 * 90 + 'deg)');
339 Command.Rotate.prototype = { __proto__: Command.prototype };
342 Command.Rotate.prototype.execute = function(
359 Command.Rotate.prototype.revertView = function(canvas, imageView) {
image_view.js 695 * Visualize crop or rotate operation. Hide the old image instantly, animate
718 new ImageView.Effect.Rotate(
1034 * Rotate effect.
1040 ImageView.Effect.Rotate = function(scale, rotate90)
    [all...]
  /external/chromium_org/ui/gfx/
transform.h 62 void Rotate(double degrees) { RotateAboutZAxis(degrees); }
skbitmap_operations.cc 816 SkBitmap SkBitmapOperations::Rotate(const SkBitmap& source,
844 canvas.rotate(angle);
  /external/srec/srec/clib/
jacobi.c 38 static void Rotate(double **a, int dim, int i, int j, int k, int l, double s,
144 for (k = 0 ; k < i; k++) Rotate(a, dim, k, i, k, j, s, tau);
145 for (k = i + 1; k < j; k++) Rotate(a, dim, i, k, k, j, s, tau);
146 for (k = j + 1; k < dim; k++) Rotate(a, dim, i, k, j, k, s, tau);
148 for (k = 0; k < dim; k++) Rotate(v, dim, k, i, k, j, s, tau);
193 static void Rotate(double **a, int dim, int i, int j, int k, int l, double s,
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
TransformOperation.h 42 Rotate,
43 RotateZ = Rotate,
  /external/chromium_org/third_party/smhasher/src/
City.cpp 98 // Bitwise right rotate. Normally this will compile to a single
100 static uint64 Rotate(uint64 val, int shift) {
105 // Equivalent to Rotate(), but requires the second arg to be non-zero.
148 return HashLen16(Rotate(a - b, 43) + Rotate(c, 30) + d,
149 a + Rotate(b ^ k3, 20) - c + len);
157 b = Rotate(b + a + z, 21);
161 b += Rotate(a, 44);
180 uint64 b = Rotate(a + z, 52);
181 uint64 c = Rotate(a, 37)
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 100 // Represents operands 2 to 5 of the ROTATE AND ... SELECTED BITS operation
102 // Rotate (I5). The combined operand value is effectively:
104 // (or (rotl Input, Rotate), ~Mask)
108 // (and (rotl Input, Rotate), Mask)
115 Rotate(0) {}
123 unsigned Rotate;
624 if (RxSBG.Rotate != 0)
625 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate));
644 // Rotate that mask in the same way as RxSBG.Input is rotated
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_new.cpp 913 inline void Rotate(TRect& aRect)
963 Rotate(sourceRect);
964 Rotate(updateRect);
1011 Rotate(sourceRect);
1012 Rotate(updateRect);
dsa_old.cpp 596 inline void Rotate(TRect& aRect)
640 Rotate(sourceRect);
641 Rotate(updateRect);
dsa.cpp 1028 inline void Rotate(TRect& aRect)
1078 Rotate(sourceRect);
1079 Rotate(updateRect);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jai.jar 
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]

Completed in 4631 milliseconds

1 2