Home
last modified time | relevance | path

Searched refs:Rotate (Results 1 – 25 of 138) sorted by relevance

123456

/external/chromium_org/cc/base/
Dfloat_quad_unittest.cc18 rectilinear_trans[1].Rotate(90.f); in TEST()
19 rectilinear_trans[2].Rotate(180.f); in TEST()
20 rectilinear_trans[3].Rotate(270.f); in TEST()
24 rectilinear_trans[6].Rotate(180.f); in TEST()
26 rectilinear_trans[7].Rotate(180.f); in TEST()
41 non_rectilinear_trans[0].Rotate(359.9999f); in TEST()
42 non_rectilinear_trans[1].Rotate(0.0000001f); in TEST()
43 non_rectilinear_trans[2].Rotate(89.9999f); in TEST()
44 non_rectilinear_trans[3].Rotate(90.00001f); in TEST()
45 non_rectilinear_trans[4].Rotate(179.9999f); in TEST()
[all …]
/external/chromium_org/third_party/smhasher/src/
DCity.cpp100 static uint64 Rotate(uint64 val, int shift) { in Rotate() function
148 return HashLen16(Rotate(a - b, 43) + Rotate(c, 30) + d, in HashLen17to32()
149 a + Rotate(b ^ k3, 20) - c + len); in HashLen17to32()
157 b = Rotate(b + a + z, 21); in WeakHashLen32WithSeeds()
161 b += Rotate(a, 44); in WeakHashLen32WithSeeds()
180 uint64 b = Rotate(a + z, 52); in HashLen33to64()
181 uint64 c = Rotate(a, 37); in HashLen33to64()
183 c += Rotate(a, 7); in HashLen33to64()
186 uint64 vs = b + Rotate(a, 31) + c; in HashLen33to64()
189 b = Rotate(a + z, 52); in HashLen33to64()
[all …]
/external/srec/srec/clib/
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); in Jacobi()
145 for (k = i + 1; k < j; k++) Rotate(a, dim, i, k, k, j, s, tau); in Jacobi()
146 for (k = j + 1; k < dim; k++) Rotate(a, dim, i, k, j, k, s, tau); in Jacobi()
148 for (k = 0; k < dim; k++) Rotate(v, dim, k, i, k, j, s, tau); in Jacobi()
193 static void Rotate(double **a, int dim, int i, int j, int k, int l, double s, in Rotate() function
/external/chromium_org/ui/base/cursor/
Dcursor_util.cc25 *bitmap = SkBitmapOperations::Rotate( in ScaleAndRotateCursorBitmapAndHotpoint()
31 *bitmap = SkBitmapOperations::Rotate( in ScaleAndRotateCursorBitmapAndHotpoint()
36 *bitmap = SkBitmapOperations::Rotate( in ScaleAndRotateCursorBitmapAndHotpoint()
/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp118 Rotate(0) {} in RxSBGOperands()
126 unsigned Rotate; member
680 if (RxSBG.Rotate != 0) in refineRxSBGMask()
681 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate)); in refineRxSBGMask()
693 if (RxSBG.Rotate != 0) in maskMatters()
694 Mask = ((Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate))); in maskMatters()
758 RxSBG.Rotate = (RxSBG.Rotate + CountNode->getZExtValue()) & 63; in expandRxSBG()
812 RxSBG.Rotate = (RxSBG.Rotate + Count) & 63; in expandRxSBG()
840 RxSBG.Rotate = (RxSBG.Rotate - Count) & 63; in expandRxSBG()
911 CurDAG->getTargetConstant(RISBG.Rotate, MVT::i32) in tryRISBGZero()
[all …]
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformOperation.h42 Rotate, enumerator
43 RotateZ = Rotate,
/external/chromium_org/ui/aura/test/
Dtest_screen.cc72 rotate.Rotate(90); in GetRotationTransform()
76 rotate.Rotate(270); in GetRotationTransform()
81 rotate.Rotate(180); in GetRotationTransform()
/external/pdfium/core/src/reflow/
Dreflowedtextpage.h54 virtual FX_BOOL GetBaselineRotate(int rectIndex, int& Rotate);
55 virtual FX_BOOL GetBaselineRotate(CFX_FloatRect rect, int& Rotate);
Dreflowedtextpage.cpp299 FX_BOOL CRF_TextPage::GetBaselineRotate(int rectIndex, int& Rotate) in GetBaselineRotate() argument
301 Rotate = 0; in GetBaselineRotate()
304 FX_BOOL CRF_TextPage::GetBaselineRotate(CFX_FloatRect rect, int& Rotate) in GetBaselineRotate() argument
306 Rotate = 0; in GetBaselineRotate()
/external/chromium_org/cc/trees/
Dlayer_tree_host_pixeltest_masks.cc148 replica_transform.Rotate(-90.0); in TEST_F()
186 replica_transform.Rotate(-90.0); in TEST_F()
220 replica_transform.Rotate(180.0); in TEST_F()
262 replica_transform.Rotate(180.0); in TEST_F()
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
Dcommands.js334 Command.Rotate = function(rotate90) { class in Command
339 Command.Rotate.prototype = { __proto__: Command.prototype };
342 Command.Rotate.prototype.execute = function(
359 Command.Rotate.prototype.revertView = function(canvas, imageView) {
/external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
Dcommands.js334 Command.Rotate = function(rotate90) { class in Command
339 Command.Rotate.prototype = { __proto__: Command.prototype };
342 Command.Rotate.prototype.execute = function(
359 Command.Rotate.prototype.revertView = function(canvas, imageView) {
/external/chromium_org/media/base/
Dyuv_convert.h40 enum Rotate { enum
103 Rotate view_rotate,
/external/chromium_org/ash/display/
Droot_window_transformers.cc77 rotate.Rotate(90); in CreateRotationTransform()
81 rotate.Rotate(270); in CreateRotationTransform()
86 rotate.Rotate(180); in CreateRotationTransform()
/external/pdfium/core/src/fpdftext/
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/pdfium/core/include/fpdftext/
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/ui/compositor/
Dtransform_animation_curve_adapter_unittest.cc26 child_transform.Rotate(-30.0); in TEST()
Dlayer_animation_element_unittest.cc28 start_transform.Rotate(-30.0); in TEST()
29 target_transform.Rotate(30.0); in TEST()
398 start_transform.Rotate(-30.0); in TEST()
399 target_transform.Rotate(30.0); in TEST()
/external/chromium_org/ui/gfx/
Dskbitmap_operations.h121 static SkBitmap Rotate(const SkBitmap& source, RotationAmount rotation);
/external/chromium_org/mojo/examples/compositor_app/
Dcompositor_host.cc64 child_transform.Rotate(child_rotation_degrees); in Animate()
/external/chromium_org/third_party/skia/src/animator/
DSkMatrixParts.h39 DECLARE_MEMBER_INFO(Rotate);
/external/skia/src/animator/
DSkMatrixParts.h39 DECLARE_MEMBER_INFO(Rotate);
/external/chromium_org/third_party/skia/experimental/SkV8Example/
DBaseContext.h77 static void Rotate(const v8::FunctionCallbackInfo<Value>& args);
/external/skia/experimental/SkV8Example/
DBaseContext.h77 static void Rotate(const v8::FunctionCallbackInfo<Value>& args);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfMovieDictionary_autogen.cpp35 int64_t SkPdfMovieDictionary::Rotate(SkPdfNativeDoc* doc) { in Rotate() function in SkPdfMovieDictionary

123456