Searched refs:rotate (Results 1 - 25 of 312) sorted by relevance

1234567891011>>

/external/chromium_org/ui/webui/resources/css/
H A Dspinner.css25 -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(27
[all...]
H A Dtrash.css43 -webkit-transform: rotate(-45deg);
49 -webkit-transform: rotate(45deg);
/external/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/
H A DAndroid.mk17 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
H A Drotate.pass.cpp14 // 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(Ite
[all...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGTextPositioningElement.idl31 readonly attribute SVGAnimatedNumberList rotate;
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dchoose_mobile_network.css34 -webkit-transform: rotate(0);
37 -webkit-transform: rotate(360deg);
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
H A Dbouncing_balls_draw_ball_as_image.js16 canvasContext.rotate(angle);
H A Dbouncing_balls_draw_ball_as_rect.js15 canvasContext.rotate(angle);
H A Dbouncing_balls_draw_ball_as_text.js16 canvasContext.rotate(angle);
H A Dbouncing_balls_draw_ball_as_image_with_shadow.js20 canvasContext.rotate(angle);
/external/chromium_org/cc/animation/
H A Dtransform_operation.cc45 *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
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextLayoutAttributes.h40 float rotate; member in struct:blink::SVGCharacterData
73 , rotate(SVGTextLayoutAttributes::emptyValue())
/external/chromium_org/third_party/polymer/components/paper-checkbox/
H A Dpaper-checkbox.css67 -webkit-transform: rotate(0deg);
74 -webkit-transform: rotate(45deg);
84 transform: rotate(0deg);
91 transform: rotate(45deg);
108 -webkit-transform: rotate(45deg);
115 -webkit-transform: rotate(45deg);
127 transform: rotate(45deg);
134 transform: rotate(45deg);
145 -webkit-transform: rotate(45deg);
146 transform: rotate(4
[all...]
/external/chromium_org/third_party/polymer/components-chromium/paper-checkbox/
H A Dpaper-checkbox.css67 -webkit-transform: rotate(0deg);
74 -webkit-transform: rotate(45deg);
84 transform: rotate(0deg);
91 transform: rotate(45deg);
108 -webkit-transform: rotate(45deg);
115 -webkit-transform: rotate(45deg);
127 transform: rotate(45deg);
134 transform: rotate(45deg);
145 -webkit-transform: rotate(45deg);
146 transform: rotate(4
[all...]
/external/chromium_org/third_party/skia/samplecode/
H A DSampleManyRects.cpp52 SkMatrix rotate; local
53 rotate.setRotate(fRandom.nextUScalar1() * 360,
56 canvas->concat(rotate);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DAnimationSetTest.java33 Animation rotate = new RotateAnimation(1f, 2f);
36 set.addAnimation(rotate);
42 assertThat(list.get(2), sameInstance(rotate));
/external/skia/samplecode/
H A DSampleManyRects.cpp52 SkMatrix rotate; local
53 rotate.setRotate(fRandom.nextUScalar1() * 360,
56 canvas->concat(rotate);
/external/chromium_org/ui/file_manager/file_manager/foreground/css/
H A Dtree.css21 -webkit-transform: rotate(-90deg);
34 -webkit-transform: rotate(90deg);
38 -webkit-transform: rotate(0);
/external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
H A Dvolume_controller.css23 -webkit-transform: rotate(90deg);
32 -webkit-transform: rotate(-90deg);
/external/pdfium/fpdfsdk/include/
H A Dfpdf_progressive.h61 // rotate - Page orientation: 0 (normal), 1 (rotated 90 degrees clockwise),
69 int size_y, int rotate, int flags,IFSDK_PAUSE * pause);
/external/pdfium/fpdfsdk/src/
H A Dfpdf_progressive.cpp13 int rotate, int flags,FX_BOOL bNeedToRestore, IFSDK_PAUSE_Adapter * pause );
19 int size_y, int rotate, int flags,
53 Func_RenderPage(pContext, page, start_x, start_y, size_x, size_y, rotate, flags,FALSE, &IPauseAdapter);
56 Func_RenderPage(pContext, page, start_x, start_y, size_x, size_y, rotate, flags,FALSE, &IPauseAdapter);
17 FPDF_RenderPageBitmap_Start( FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y, int rotate, int flags, IFSDK_PAUSE * pause ) argument
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
H A DSDL_wsconsvideo.h63 int rotate; member in struct:SDL_PrivateVideoData
/external/stlport/test/unit/
H A Drotate_test.cpp40 rotate((int*)numbers, numbers + 3, numbers + 6);
53 rotate(v1.begin(), v1.begin()+1, v1.end());
65 rotate(v1.begin(), v1.begin()+2, v1.end());
77 rotate(v1.begin(), v1.begin()+7, v1.end());
/external/chromium_org/ash/display/
H A Droot_window_transformers.cc68 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);
90 RoundNearZero(&rotate);
91 return rotate;
/external/chromium_org/ui/aura/test/
H A Dtest_screen.cc84 gfx::Transform rotate; local
89 rotate.Translate(display_.bounds().height(), 0);
90 rotate.Rotate(90);
93 rotate.Translate(0, display_.bounds().width());
94 rotate.Rotate(270);
97 rotate.Translate(display_.bounds().width(),
99 rotate.Rotate(180);
103 return rotate;

Completed in 592 milliseconds

1234567891011>>