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

1 2 3 4

  /external/chromium_org/third_party/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;
  /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/chromium_org/media/base/
yuv_convert.h 39 // Rotate happens after mirroring.
40 enum Rotate {
42 ROTATE_90, // Rotate clockwise.
43 ROTATE_180, // Rotate upside down.
44 ROTATE_270, // Rotate counter clockwise.
46 MIRROR_ROTATE_90, // Mirror then Rotate clockwise.
103 Rotate view_rotate,
  /external/chromium_org/ui/file_manager/file_manager/foreground/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 711 * Visualizes crop or rotate operation. Hide the old image instantly, animate
734 new ImageView.Effect.Rotate(
    [all...]
  /external/chromium_org/ui/file_manager/gallery/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 711 * Visualizes crop or rotate operation. Hide the old image instantly, animate
734 new ImageView.Effect.Rotate(
    [all...]
  /external/chromium_org/ui/gfx/
transform.h 79 void Rotate(double degrees) { RotateAboutZAxis(degrees); }
skbitmap_operations.cc 795 SkBitmap SkBitmapOperations::Rotate(const SkBitmap& source,
823 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/platform/transforms/
TransformOperation.h 42 Rotate,
43 RotateZ = Rotate,
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
BaseContext.cpp 72 void BaseContext::Rotate(const v8::FunctionCallbackInfo<Value>& args) {
86 canvas->rotate(SkRadiansToDegrees(angle));
281 ADD_METHOD("rotate", Rotate);
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusMatrix.h 159 Status Rotate(IN REAL angle,
  /external/skia/experimental/SkV8Example/
BaseContext.cpp 72 void BaseContext::Rotate(const v8::FunctionCallbackInfo<Value>& args) {
86 canvas->rotate(SkRadiansToDegrees(angle));
281 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/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...]
  /external/chromium_org/mojo/examples/sample_app/
spinning_cube.cc 246 void Rotate(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) {
466 modelview.Rotate(state_->angle_ * direction_, 1.0, 0.0, 1.0);
  /external/chromium_org/ppapi/examples/compositor/
spinning_cube.cc 229 void Rotate(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) {
456 modelview.Rotate(state_->angle_ * direction_, 1.0, 0.0, 1.0);
  /external/chromium_org/ppapi/examples/gles2_spinning_cube/
spinning_cube.cc 245 void Rotate(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) {
463 modelview.Rotate(state_->angle_ * direction_, 1.0, 0.0, 1.0);
  /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;
680 if (RxSBG.Rotate != 0)
681 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate));
692 // 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...]

Completed in 1133 milliseconds

1 2 3 4