Searched refs:Rotate (Results 1 - 25 of 93) sorted by relevance

1234

/external/chromium_org/cc/base/
H A Dfloat_quad_unittest.cc18 rectilinear_trans[1].Rotate(90.f);
19 rectilinear_trans[2].Rotate(180.f);
20 rectilinear_trans[3].Rotate(270.f);
24 rectilinear_trans[6].Rotate(180.f);
26 rectilinear_trans[7].Rotate(180.f);
41 non_rectilinear_trans[0].Rotate(359.9999f);
42 non_rectilinear_trans[1].Rotate(0.0000001f);
43 non_rectilinear_trans[2].Rotate(89.9999f);
44 non_rectilinear_trans[3].Rotate(90.00001f);
45 non_rectilinear_trans[4].Rotate(179.999
[all...]
/external/chromium_org/third_party/smhasher/src/
H A DCity.cpp100 static uint64 Rotate(uint64 val, int shift) { function
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);
183 c += Rotate(
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformOperation.h42 Rotate, enumerator in enum:blink::TransformOperation::OperationType
43 RotateZ = Rotate,
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTransformController.js35 var rotateModeButton = new WebInspector.StatusBarButton(WebInspector.UIString("Rotate mode (V)"), "transform-mode-rotate");
36 rotateModeButton.addEventListener("click", this._setMode.bind(this, WebInspector.TransformController.Modes.Rotate));
37 this._modeButtons[WebInspector.TransformController.Modes.Rotate] = rotateModeButton;
61 Rotate: "Rotate",
102 this._addShortcuts(WebInspector.ShortcutsScreen.LayersPanelShortcuts.RotateMode, this._setMode.bind(this, WebInspector.TransformController.Modes.Rotate));
128 this._setMode(this._mode === WebInspector.TransformController.Modes.Pan ? WebInspector.TransformController.Modes.Rotate : WebInspector.TransformController.Modes.Pan);
253 if (this._mode === WebInspector.TransformController.Modes.Rotate) {
281 if (this._mode === WebInspector.TransformController.Modes.Rotate) {
/external/chromium_org/ui/base/cursor/
H A Dcursor_util.cc27 *bitmap = SkBitmapOperations::Rotate(
33 *bitmap = SkBitmapOperations::Rotate(
38 *bitmap = SkBitmapOperations::Rotate(
/external/chromium_org/ui/compositor/
H A Dtransform_animation_curve_adapter_unittest.cc26 child_transform.Rotate(-30.0);
/external/pdfium/core/src/reflow/
H A Dreflowedtextpage.h54 virtual FX_BOOL GetBaselineRotate(int rectIndex, int& Rotate);
55 virtual FX_BOOL GetBaselineRotate(CFX_FloatRect rect, int& Rotate);
/external/srec/srec/clib/
H A Djacobi.c38 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, function
/external/chromium_org/media/base/
H A Dyuv_convert.h39 // Rotate happens after mirroring.
40 enum Rotate { enum in namespace:media
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/gfx/
H A Dskbitmap_operations.h23 // see: Rotate.
115 static SkBitmap Rotate(const SkBitmap& source, RotationAmount rotation);
/external/pdfium/core/include/fpdftext/
H A Dfpdf_text.h117 virtual FX_BOOL GetBaselineRotate(int rectIndex, int& Rotate) = 0;
119 virtual FX_BOOL GetBaselineRotate(CFX_FloatRect rect, int& Rotate) = 0;
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_pixeltest_masks.cc146 replica_transform.Rotate(-90.0);
184 replica_transform.Rotate(-90.0);
218 replica_transform.Rotate(180.0);
260 replica_transform.Rotate(180.0);
/external/chromium_org/mojo/examples/compositor_app/
H A Dcompositor_host.cc69 child_transform.Rotate(child_rotation_degrees);
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DBaseContext.h77 static void Rotate(const v8::FunctionCallbackInfo<Value>& args);
/external/chromium_org/third_party/skia/src/animator/
H A DSkMatrixParts.h39 DECLARE_MEMBER_INFO(Rotate);
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dcommands.js329 * Rotate command
334 Command.Rotate = function(rotate90) {
339 Command.Rotate.prototype = { __proto__: Command.prototype };
342 Command.Rotate.prototype.execute = function(
359 Command.Rotate.prototype.revertView = function(canvas, imageView) {
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp104 // 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; member in struct:__anon26152::RxSBGOperands
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.
693 if (RxSBG.Rotate !
[all...]
/external/skia/experimental/SkV8Example/
H A DBaseContext.h77 static void Rotate(const v8::FunctionCallbackInfo<Value>& args);
/external/skia/src/animator/
H A DSkMatrixParts.h39 DECLARE_MEMBER_INFO(Rotate);
/external/chromium_org/ash/display/
H A Droot_window_transformers.cc77 rotate.Rotate(90);
81 rotate.Rotate(270);
86 rotate.Rotate(180);
/external/chromium_org/ui/aura/test/
H A Dtest_screen.cc90 rotate.Rotate(90);
94 rotate.Rotate(270);
99 rotate.Rotate(180);
/external/chromium_org/cc/layers/
H A Dvideo_layer_impl.cc145 transform.Rotate(90.0);
149 transform.Rotate(180.0);
154 transform.Rotate(270.0);
/external/pdfium/core/src/fpdftext/
H A Dtext_int.h82 virtual FX_BOOL GetBaselineRotate(int rectIndex, int& Rotate);
83 virtual FX_BOOL GetBaselineRotate(CFX_FloatRect rect, int& Rotate);
98 FX_BOOL GetBaselineRotate(int start, int end, int& Rotate);
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationTranslationUtil.cpp72 case TransformOperation::Rotate: {
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMovieDictionary_autogen.cpp35 int64_t SkPdfMovieDictionary::Rotate(SkPdfNativeDoc* doc) { function in class:SkPdfMovieDictionary
36 SkPdfNativeObject* ret = get("Rotate", "");
44 return get("Rotate", "") != NULL;

Completed in 7360 milliseconds

1234