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

  /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,
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/animation/
Rotate3DAnimation.java 34 public enum Rotate {
45 private final Rotate rotate; field in class:Rotate3DAnimation
59 public static AnimationPair getFlipAnimations(Rotate rotate, int duration) {
61 new Rotate3DAnimation(rotate, Angle.FROM_DEGREES_0, duration, true),
62 new Rotate3DAnimation(rotate, Angle.TO_DEGREES_0, duration, false));
65 private Rotate3DAnimation(Rotate rotate, Angle angle, int duration, boolean accelerate) {
66 this.rotate = rotate
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c     [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/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 191 class Rotate : public Operation {
193 Rotate(float angleInRadians) : m_angle(angleInRadians) {}
195 context->rotate(m_angle);
  /frameworks/base/libs/hwui/
DisplayListRenderer.h 82 Rotate,
571 virtual void rotate(float degrees);
  /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...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]

Completed in 1724 milliseconds