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

1 2 3

  /external/dng_sdk/source/
dng_simple_image.cpp 104 void dng_simple_image::Rotate (const dng_orientation &orientation)
dng_image.cpp 737 void dng_image::Rotate (const dng_orientation &orientation)
743 ThrowProgramError ("Rotate is not support by this dng_image subclass");
  /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/skia/experimental/SkV8Example/
DrawingMethods.cpp 45 void DrawingMethods::Rotate(const v8::FunctionCallbackInfo<v8::Value>& args) {
59 canvas->rotate(SkRadiansToDegrees(angle));
167 ADD_METHOD("rotate", Rotate);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmatrix.h 153 Status Rotate(REAL angle, MatrixOrder order = MatrixOrderPrepend)
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/utils/
PerspectiveCamController.java 33 Rotate, Translate, Zoom, None
46 mode = TransformMode.Rotate;
76 if (mode == TransformMode.Rotate) {
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c     [all...]
  /external/opencv3/modules/viz/src/vtk/
vtkVizInteractorStyle.cpp 536 case VTKIS_ROTATE: Rotate(); break;
809 void cv::viz::vtkVizInteractorStyle::Rotate()
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
tic30.h 230 #define Rotate StackOp
550 { "rol" ,1,0x11E00001,Rotate, { AllReg, 0, 0 }, Imm_None },
551 { "rolc" ,1,0x12600001,Rotate, { AllReg, 0, 0 }, Imm_None },
552 { "ror" ,1,0x12E0FFFF,Rotate, { AllReg, 0, 0 }, Imm_None },
553 { "rorc" ,1,0x1360FFFF,Rotate, { AllReg, 0, 0 }, Imm_None },
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 105 // Represents operands 2 to 5 of the ROTATE AND ... SELECTED BITS operation
107 // Rotate (I5). The combined operand value is effectively:
109 // (or (rotl Input, Rotate), ~Mask)
113 // (and (rotl Input, Rotate), Mask)
121 Rotate(0) {}
129 unsigned Rotate;
722 if (RxSBG.Rotate != 0)
723 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate));
734 // Rotate the mask in the same way as RxSBG.Input is rotated
    [all...]
SystemZInstrInfo.cpp 187 unsigned Rotate = (DestIsHigh != SrcIsHigh ? 32 : 0);
191 .addImm(32 - Size).addImm(128 + 31).addImm(Rotate);
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 160 void Rotate(FX_FLOAT fRadian) {
670 void Rotate(FX_FLOAT fRadian, FX_BOOL bPrepended = FALSE);
  /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-21/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]

Completed in 3247 milliseconds

1 2 3