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

1 2 3

  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfMovieDictionary_autogen.cpp 35 int64_t SkPdfMovieDictionary::Rotate(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("Rotate", "");
44 return get("Rotate", "") != NULL;
SkPdfPageObjectDictionary_autogen.cpp 163 int64_t SkPdfPageObjectDictionary::Rotate(SkPdfNativeDoc* doc) {
164 SkPdfNativeObject* ret = get("Rotate", "");
172 return get("Rotate", "") != NULL;
  /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)
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 102 // Represents operands 2 to 5 of the ROTATE AND ... SELECTED BITS operation
104 // Rotate (I5). The combined operand value is effectively:
106 // (or (rotl Input, Rotate), ~Mask)
110 // (and (rotl Input, Rotate), Mask)
118 Rotate(0) {}
126 unsigned Rotate;
682 if (RxSBG.Rotate != 0)
683 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate));
694 // Rotate the mask in the same way as RxSBG.Input is rotated
    [all...]
SystemZInstrInfo.cpp 181 unsigned Rotate = (DestIsHigh != SrcIsHigh ? 32 : 0);
185 .addImm(32 - Size).addImm(128 + 31).addImm(Rotate);
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 203 void Rotate(FX_FLOAT fRadian)
817 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/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...]

Completed in 1661 milliseconds

1 2 3