HomeSort by relevance Sort by last modified time
    Searched refs:rotate (Results 1 - 25 of 671) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ImageMagick/api_examples/
magick.sh 3 \( rose: -rotate -90 \) \
  /frameworks/base/core/tests/utiltests/src/com/android/internal/util/
FileRotatorTest.java 92 final FileRotator rotate = new FileRotator( local
99 rotate.combineActive(reader, writer("foo"), currentTime);
101 assertReadAll(rotate, "foo");
107 rotate.combineActive(reader, writer("bar"), currentTime);
109 assertReadAll(rotate, "bar");
113 final FileRotator rotate = new FileRotator( local
120 rotate.combineActive(reader, writer("foo"), currentTime);
122 assertReadAll(rotate, "foo");
124 // push time a few minutes forward; shouldn't rotate file
127 rotate.combineActive(reader, writer("bar"), currentTime)
145 final FileRotator rotate = new FileRotator( local
175 final FileRotator rotate = new FileRotator( local
208 final FileRotator rotate = new FileRotator( local
236 final FileRotator rotate = new FileRotator( local
284 final FileRotator rotate = new FileRotator( local
333 final FileRotator rotate = new FileRotator( local
364 final FileRotator rotate = new FileRotator( local
376 final FileRotator rotate = new FileRotator(inaccessibleDir, PREFIX, SECOND_IN_MILLIS, SECOND_IN_MILLIS); local
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
RecapitalizeStatusTests.java 60 status.rotate();
64 status.rotate();
66 status.rotate();
68 status.rotate();
72 status.rotate();
76 status.rotate();
78 status.rotate();
80 status.rotate();
84 status.rotate();
88 status.rotate();
    [all...]
  /development/tools/yuv420sp2rgb/
cmdline.h 12 int *rotate,
yuv420sp2rgb.c 36 int rotate; member in struct:rgb_context
56 int rotate,
68 ctx.rotate = rotate;
140 switch(ctx->rotate) {
154 FAILIF(1, "Unexpected roation value %d!\n", ctx->rotate);
197 int rotate)
210 if (rotate & 1)
263 gray, rotate,
273 int height, width, gray, rotate; local
    [all...]
cmdline.c 18 {"rotate", required_argument, 0, 'r'},
31 "rotate (90, -90, 180 degrees)",
40 "\t%s infile --height <height> --width <width> --output <outfile> -t <ppm|grb|argb> [ --gray ] [ --rotate <degrees> ] [ --verbose ]\n"
63 int *rotate,
71 ASSERT(rotate); *rotate = 0;
130 SET_INT_OPTION(rotate);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
immed2.s 1 @ Tests for modified immediate constants with specified rotate
  /prebuilts/go/darwin-x86/src/net/testdata/
resolv.conf 7 options ndots:5 timeout:10 attempts:3 rotate
  /prebuilts/go/linux-x86/src/net/testdata/
resolv.conf 7 options ndots:5 timeout:10 attempts:3 rotate
  /external/ImageMagick/PerlMagick/demo/
annotate.pl 24 undercolor=>'yellow',rotate=>$angle);
25 $label->Annotate(text=>"North",gravity=>"North",y=>$y,rotate=>$angle);
27 rotate=>$angle);
28 $label->Annotate(text=>"West",gravity=>"West",x=>$x,rotate=>$angle);
29 $label->Annotate(text=>"Center",gravity=>"Center",rotate=>$angle);
30 $label->Annotate(text=>"East",gravity=>"East",x=>$x,rotate=>$angle);
32 rotate=>$angle);
33 $label->Annotate(text=>"South",gravity=>"South",y=>$y,rotate=>$angle);
35 rotate=>$angle);
composite.pl 28 rotate=>$angle);
29 $thumbnail->Composite(image=>$smile,gravity=>"North",y=>$y,rotate=>$angle);
31 rotate=>$angle);
32 $thumbnail->Composite(image=>$smile,gravity=>"West",x=>$x,rotate=>$angle);
33 $thumbnail->Composite(image=>$smile,gravity=>"Center",rotate=>$angle);
34 $thumbnail->Composite(image=>$smile,gravity=>"East",x=>$x,rotate=>$angle);
36 rotate=>$angle);
37 $thumbnail->Composite(image=>$smile,gravity=>"South",y=>$y,rotate=>$angle);
39 rotate=>$angle);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
Matrix2fTest.java 186 float[] rotate = new float[4]; local
187 rotate[0] = cosTheta;
188 rotate[1] = -sinTheta;
189 rotate[2] = sinTheta;
190 rotate[3] = cosTheta;
194 checkData(m, rotate);
197 m.rotate(30.0f);
198 checkData(m, rotate);
205 rotated[0] = rotate[0] * sourceData[0] + rotate[1] * sourceData[2]
    [all...]
  /external/skia/gm/
textblobtransforms.cpp 91 // now rotate
93 canvas->rotate(180.f);
95 canvas->rotate(-180.f);
97 canvas->rotate(-180.f);
99 canvas->rotate(270.f);
101 canvas->rotate(-90.f);
103 canvas->rotate(-90.f);
105 canvas->rotate(90.f);
120 canvas->rotate(23.f);
124 canvas->rotate(-46.f)
    [all...]
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
rotate.pass.cpp 14 // rotate(Iter first, Iter middle, Iter last);
30 Iter r = std::rotate(Iter(ia), Iter(ia), Iter(ia));
33 r = std::rotate(Iter(ia), Iter(ia), Iter(ia+sa));
36 r = std::rotate(Iter(ia), Iter(ia+sa), Iter(ia+sa));
42 r = std::rotate(Iter(ib), Iter(ib), Iter(ib+sb));
46 r = std::rotate(Iter(ib), Iter(ib+1), Iter(ib+sb));
50 r = std::rotate(Iter(ib), Iter(ib+sb), Iter(ib+sb));
57 r = std::rotate(Iter(ic), Iter(ic), Iter(ic+sc));
62 r = std::rotate(Iter(ic), Iter(ic+1), Iter(ic+sc));
67 r = std::rotate(Iter(ic), Iter(ic+2), Iter(ic+sc))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/
rotate.pass.cpp 14 // rotate(Iter first, Iter middle, Iter last);
30 Iter r = std::rotate(Iter(ia), Iter(ia), Iter(ia));
33 r = std::rotate(Iter(ia), Iter(ia), Iter(ia+sa));
36 r = std::rotate(Iter(ia), Iter(ia+sa), Iter(ia+sa));
42 r = std::rotate(Iter(ib), Iter(ib), Iter(ib+sb));
46 r = std::rotate(Iter(ib), Iter(ib+1), Iter(ib+sb));
50 r = std::rotate(Iter(ib), Iter(ib+sb), Iter(ib+sb));
57 r = std::rotate(Iter(ic), Iter(ic), Iter(ic+sc));
62 r = std::rotate(Iter(ic), Iter(ic+1), Iter(ic+sc));
67 r = std::rotate(Iter(ic), Iter(ic+2), Iter(ic+sc))
    [all...]
  /external/pdfium/fpdfsdk/include/fpdfxfa/
fpdfxfa_page.h 31 int rotate,
40 int rotate,
  /prebuilts/tools/linux-x86_64/kythe/web/ui/css/
style.css 97 from { -webkit-transform: rotate(0deg); }
98 to { -webkit-transform: rotate(360deg); }
102 from { transform: scale(1) rotate(0deg); }
103 to { transform: scale(1) rotate(360deg); }
  /external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/
scan.css 40 from {-webkit-transform: rotate(0deg);}
41 to {-webkit-transform: rotate(359deg);}
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
rotate.s 1 # test Nios II rotate instructions
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
AnimationSetTest.java 33 Animation rotate = new RotateAnimation(1f, 2f); local
36 set.addAnimation(rotate);
42 assertThat(list.get(2), sameInstance(rotate));
  /external/skia/samplecode/
SampleManyRects.cpp 52 SkMatrix rotate; variable
53 rotate.setRotate(fRandom.nextUScalar1() * 360,
56 canvas->concat(rotate);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
Transform3dActivity.java 63 rotate(centerX, centerY, camera, matrix, 32.0f); method
66 rotate(centerX, centerY, camera, matrix, 12.0f); method
69 rotate(centerX, centerY, camera, matrix, 52.0f); method
72 rotate(centerX, centerY, camera, matrix, 122.0f); method
86 private void rotate(float centerX, float centerY, Camera camera, method in class:Transform3dActivity.Transform3dView
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
Camera.java 112 public void rotate (float angle, float axisX, float axisY, float axisZ) { method in class:Camera
113 direction.rotate(angle, axisX, axisY, axisZ);
114 up.rotate(angle, axisX, axisY, axisZ);
120 * @param axis the axis to rotate around
122 public void rotate (Vector3 axis, float angle) { method in class:Camera
123 direction.rotate(axis, angle);
124 up.rotate(axis, angle);
131 public void rotate (final Matrix4 transform) { method in class:Camera
140 public void rotate (final Quaternion quat) { method in class:Camera
149 * @param axis the axis to rotate around
155 rotate(axis, angle); method
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
LightsTest.java 71 dirLight.direction.rotate(Vector3.X, delta * 45f);
72 dirLight.direction.rotate(Vector3.Y, delta * 25f);
73 dirLight.direction.rotate(Vector3.Z, delta * 33f);
76 pointLight.position.rotate(Vector3.X, delta * 50f);
77 pointLight.position.rotate(Vector3.Y, delta * 13f);
78 pointLight.position.rotate(Vector3.Z, delta * 3f);
  /external/pdfium/public/
fpdf_progressive.h 64 // rotate - Page orientation: 0 (normal), 1 (rotated 90 degrees
82 int rotate,

Completed in 547 milliseconds

1 2 3 4 5 6 7 8 91011>>