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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/webui/resources/css/
spinner.css 25 -webkit-transform: rotate(0deg);
28 -webkit-transform: rotate(30deg);
31 -webkit-transform: rotate(60deg);
34 -webkit-transform: rotate(90deg);
37 -webkit-transform: rotate(120deg);
40 -webkit-transform: rotate(150deg);
43 -webkit-transform: rotate(180deg);
46 -webkit-transform: rotate(210deg);
49 -webkit-transform: rotate(240deg);
52 -webkit-transform: rotate(270deg)
    [all...]
trash.css 43 -webkit-transform: rotate(-45deg);
49 -webkit-transform: rotate(45deg);
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/Android.mk
19 test_name := algorithms/alg.modifying.operations/alg.rotate/rotate_copy
23 test_name := algorithms/alg.modifying.operations/alg.rotate/rotate
24 test_src := rotate.pass.cpp
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...]
  /frameworks/base/core/tests/coretests/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);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextPositioningElement.idl 31 readonly attribute SVGAnimatedNumberList rotate;
  /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/chromium_org/chrome/browser/resources/chromeos/
choose_mobile_network.css 34 -webkit-transform: rotate(0);
37 -webkit-transform: rotate(360deg);
network_menu.css 49 -webkit-transform: rotate(0);
52 -webkit-transform: rotate(360deg);
  /external/chromium_org/cc/animation/
transform_operation.cc 45 *axis_x = to->rotate.axis.x;
46 *axis_y = to->rotate.axis.y;
47 *axis_z = to->rotate.axis.z;
53 *axis_x = from->rotate.axis.x;
54 *axis_y = from->rotate.axis.y;
55 *axis_z = from->rotate.axis.z;
56 *angle_from = from->rotate.angle;
60 SkMScalar length_2 = from->rotate.axis.x * from->rotate.axis.x +
61 from->rotate.axis.y * from->rotate.axis.y
    [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/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutAttributes.h 40 float rotate; member in struct:WebCore::SVGCharacterData
72 , rotate(SVGTextLayoutAttributes::emptyValue())
  /external/chromium_org/ui/aura/test/
test_screen.cc 65 gfx::Transform rotate; local
71 rotate.Translate(display_.bounds().height() - one_pixel, 0);
72 rotate.Rotate(90);
75 rotate.Translate(0, display_.bounds().width() - one_pixel);
76 rotate.Rotate(270);
79 rotate.Translate(display_.bounds().width() - one_pixel,
81 rotate.Rotate(180)
    [all...]
  /external/chromium_org/third_party/skia/samplecode/
SampleManyRects.cpp 52 SkMatrix rotate; local
53 rotate.setRotate(fRandom.nextUScalar1() * 360,
56 canvas->concat(rotate);
  /external/robolectric/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; local
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/chromium_org/ui/file_manager/file_manager/foreground/css/
tree.css 21 -webkit-transform: rotate(-90deg);
34 -webkit-transform: rotate(90deg);
38 -webkit-transform: rotate(0);
  /external/chromium_org/ash/display/
root_window_transformers.cc 68 gfx::Transform rotate; local
76 rotate.Translate(display.bounds().height() - one_pixel, 0);
77 rotate.Rotate(90);
80 rotate.Translate(0, display.bounds().width() - one_pixel);
81 rotate.Rotate(270);
84 rotate.Translate(display.bounds().width() - one_pixel,
86 rotate.Rotate(180)
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
volume_controller.css 23 -webkit-transform: rotate(90deg);
32 -webkit-transform: rotate(-90deg);
  /external/pdfium/fpdfsdk/include/
fpdf_progressive.h 61 // rotate - Page orientation: 0 (normal), 1 (rotated 90 degrees clockwise),
69 int size_y, int rotate, int flags,IFSDK_PAUSE * pause);

Completed in 1558 milliseconds

1 2 3 4 5 6 7 8 91011>>