/external/chromium_org/cc/base/ |
D | float_quad_unittest.cc | 18 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/ |
D | City.cpp | 100 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/ |
D | jacobi.c | 38 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/ |
D | cursor_util.cc | 25 *bitmap = SkBitmapOperations::Rotate( in ScaleAndRotateCursorBitmapAndHotpoint() 31 *bitmap = SkBitmapOperations::Rotate( in ScaleAndRotateCursorBitmapAndHotpoint() 36 *bitmap = SkBitmapOperations::Rotate( in ScaleAndRotateCursorBitmapAndHotpoint()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 118 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/ |
D | TransformOperation.h | 42 Rotate, enumerator 43 RotateZ = Rotate,
|
/external/chromium_org/ui/aura/test/ |
D | test_screen.cc | 72 rotate.Rotate(90); in GetRotationTransform() 76 rotate.Rotate(270); in GetRotationTransform() 81 rotate.Rotate(180); in GetRotationTransform()
|
/external/pdfium/core/src/reflow/ |
D | reflowedtextpage.h | 54 virtual FX_BOOL GetBaselineRotate(int rectIndex, int& Rotate); 55 virtual FX_BOOL GetBaselineRotate(CFX_FloatRect rect, int& Rotate);
|
D | reflowedtextpage.cpp | 299 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/ |
D | layer_tree_host_pixeltest_masks.cc | 148 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/ |
D | commands.js | 334 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/ |
D | commands.js | 334 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/ |
D | yuv_convert.h | 40 enum Rotate { enum 103 Rotate view_rotate,
|
/external/chromium_org/ash/display/ |
D | root_window_transformers.cc | 77 rotate.Rotate(90); in CreateRotationTransform() 81 rotate.Rotate(270); in CreateRotationTransform() 86 rotate.Rotate(180); in CreateRotationTransform()
|
/external/pdfium/core/src/fpdftext/ |
D | text_int.h | 82 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/ |
D | fpdf_text.h | 117 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/ |
D | transform_animation_curve_adapter_unittest.cc | 26 child_transform.Rotate(-30.0); in TEST()
|
D | layer_animation_element_unittest.cc | 28 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/ |
D | skbitmap_operations.h | 121 static SkBitmap Rotate(const SkBitmap& source, RotationAmount rotation);
|
/external/chromium_org/mojo/examples/compositor_app/ |
D | compositor_host.cc | 64 child_transform.Rotate(child_rotation_degrees); in Animate()
|
/external/chromium_org/third_party/skia/src/animator/ |
D | SkMatrixParts.h | 39 DECLARE_MEMBER_INFO(Rotate);
|
/external/skia/src/animator/ |
D | SkMatrixParts.h | 39 DECLARE_MEMBER_INFO(Rotate);
|
/external/chromium_org/third_party/skia/experimental/SkV8Example/ |
D | BaseContext.h | 77 static void Rotate(const v8::FunctionCallbackInfo<Value>& args);
|
/external/skia/experimental/SkV8Example/ |
D | BaseContext.h | 77 static void Rotate(const v8::FunctionCallbackInfo<Value>& args);
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
D | SkPdfMovieDictionary_autogen.cpp | 35 int64_t SkPdfMovieDictionary::Rotate(SkPdfNativeDoc* doc) { in Rotate() function in SkPdfMovieDictionary
|