/external/chromium_org/ash/display/ |
D | cursor_window_controller.cc | 227 gfx::ImageSkia rotated = *image; in UpdateCursorImage() local 233 rotated = gfx::ImageSkiaOperations::CreateRotatedImage( in UpdateCursorImage() 236 rotated.width() - hot_point_.y(), in UpdateCursorImage() 240 rotated = gfx::ImageSkiaOperations::CreateRotatedImage( in UpdateCursorImage() 243 rotated.height() - hot_point_.x(), in UpdateCursorImage() 244 rotated.width() - hot_point_.y()); in UpdateCursorImage() 247 rotated = gfx::ImageSkiaOperations::CreateRotatedImage( in UpdateCursorImage() 251 rotated.height() - hot_point_.x()); in UpdateCursorImage() 258 delegate_->SetCursorImage(rotated, display_); in UpdateCursorImage()
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | vect.omp.persistence.ll | 4 ; Loop from "rotated" 10 ; In total only 1 loop should be rotated. 25 ; void rotated(float *a, int size) 35 define void @rotated(float* nocapture %a, i64 %size) { 71 ; if loop was not rotated (see http://reviews.llvm.org/D3348#comment-4).
|
/external/openssl/crypto/modes/asm/ |
D | ghashv8-armx.S | 54 vld1.64 {q0},[r0] @ load [rotated] Xi 62 vld1.64 {q9},[r2],r12 @ load [rotated] inp 76 veor q9,q9,q10 @ q9 is rotated inp^Xi 89 vld1.64 {q9},[r2],r12 @ load [rotated] inp 94 vmov d3,d0 @ Xm is rotated Xl
|
/external/chromium_org/ui/keyboard/resources/ |
D | touch_fuzzing.js | 126 var min = line.rotated ? this.top : this.left; 127 var max = line.rotated ? this.bottom : this.right; 153 this.rotated = orientation; 165 var c = this.rotated ? y : x; 232 var currentRotation = this.decision.rotated;
|
/external/llvm/test/CodeGen/SystemZ/ |
D | atomicrmw-add-02.ll | 48 ; Check the minimum signed value. We add 0x80000000 to the rotated word. 77 ; Check addition of -1. We add 0xffff0000 to the rotated word. 91 ; Check addition of 1. We add 0x00010000 to the rotated word. 105 ; Check the maximum signed value. We add 0x7fff0000 to the rotated word. 120 ; rotated word, expressed as a negative AFI operand.
|
D | atomicrmw-add-01.ll | 48 ; Check the minimum signed value. We add 0x80000000 to the rotated word. 77 ; Check addition of -1. We add 0xff000000 to the rotated word. 91 ; Check addition of 1. We add 0x01000000 to the rotated word. 105 ; Check the maximum signed value. We add 0x7f000000 to the rotated word. 120 ; rotated word, expressed as a negative AFI operand.
|
D | atomicrmw-xor-01.ll | 48 ; Check the minimum signed value. We XOR the rotated word with 0x80000000. 77 ; Check XORs of -1. We XOR the rotated word with 0xff000000. 91 ; Check XORs of 1. We XOR the rotated word with 0x01000000. 105 ; Check the maximum signed value. We XOR the rotated word with 0x7f000000. 119 ; Check XORs of a large unsigned value. We XOR the rotated word with
|
D | atomicrmw-nand-02.ll | 50 ; Check the minimum signed value. We AND the rotated word with 0x8000ffff. 80 ; Check NANDs of -2 (-1 isn't useful). We AND the rotated word with 0xfffeffff. 95 ; Check ANDs of 1. We AND the rotated word with 0x0001ffff. 110 ; Check the maximum signed value. We AND the rotated word with 0x7fffffff. 125 ; Check NANDs of a large unsigned value. We AND the rotated word with
|
D | atomicrmw-or-01.ll | 48 ; Check the minimum signed value. We OR the rotated word with 0x80000000. 77 ; Check ORs of -2 (-1 isn't useful). We OR the rotated word with 0xfe000000. 91 ; Check ORs of 1. We OR the rotated word with 0x01000000. 105 ; Check the maximum signed value. We OR the rotated word with 0x7f000000. 119 ; Check ORs of a large unsigned value. We OR the rotated word with
|
D | atomicrmw-and-02.ll | 49 ; Check the minimum signed value. We AND the rotated word with 0x8000ffff. 78 ; Check ANDs of -2 (-1 isn't useful). We AND the rotated word with 0xfffeffff. 92 ; Check ANDs of 1. We AND the rotated word with 0x0001ffff. 106 ; Check the maximum signed value. We AND the rotated word with 0x7fffffff. 120 ; Check ANDs of a large unsigned value. We AND the rotated word with
|
D | atomicrmw-sub-02.ll | 48 ; Check the minimum signed value. We add 0x80000000 to the rotated word. 77 ; Check subtraction of -1. We add 0x00010000 to the rotated word. 91 ; Check subtraction of 1. We add 0xffff0000 to the rotated word. 105 ; Check the maximum signed value. We add 0x80010000 to the rotated word. 120 ; rotated word.
|
D | atomicrmw-sub-01.ll | 48 ; Check the minimum signed value. We add 0x80000000 to the rotated word. 77 ; Check subtraction of -1. We add 0x01000000 to the rotated word. 91 ; Check subtraction of -1. We add 0xff000000 to the rotated word. 105 ; Check the maximum signed value. We add 0x81000000 to the rotated word. 120 ; rotated word.
|
D | atomicrmw-or-02.ll | 48 ; Check the minimum signed value. We OR the rotated word with 0x80000000. 77 ; Check ORs of -2 (-1 isn't useful). We OR the rotated word with 0xfffe0000. 91 ; Check ORs of 1. We OR the rotated word with 0x00010000. 105 ; Check the maximum signed value. We OR the rotated word with 0x7fff0000. 119 ; Check ORs of a large unsigned value. We OR the rotated word with
|
D | atomicrmw-and-01.ll | 49 ; Check the minimum signed value. We AND the rotated word with 0x80ffffff. 78 ; Check ANDs of -2 (-1 isn't useful). We AND the rotated word with 0xfeffffff. 92 ; Check ANDs of 1. We AND the rotated word with 0x01ffffff. 106 ; Check the maximum signed value. We AND the rotated word with 0x7fffffff. 120 ; Check ANDs of a large unsigned value. We AND the rotated word with
|
D | atomicrmw-nand-01.ll | 50 ; Check the minimum signed value. We AND the rotated word with 0x80ffffff. 80 ; Check NANDs of -2 (-1 isn't useful). We AND the rotated word with 0xfeffffff. 95 ; Check NANDs of 1. We AND the rotated word with 0x01ffffff. 110 ; Check the maximum signed value. We AND the rotated word with 0x7fffffff. 125 ; Check NANDs of a large unsigned value. We AND the rotated word with
|
D | atomicrmw-xor-02.ll | 48 ; Check the minimum signed value. We XOR the rotated word with 0x80000000. 77 ; Check XORs of -1. We XOR the rotated word with 0xffff0000. 91 ; Check XORs of 1. We XOR the rotated word with 0x00010000. 105 ; Check the maximum signed value. We XOR the rotated word with 0x7fff0000. 119 ; Check XORs of a large unsigned value. We XOR the rotated word with
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-movi.ll | 7 ; 64-bit immed with 32-bit pattern size, rotated by 0. 14 ; 64-bit immed with 32-bit pattern size, rotated by 2. 21 ; 64-bit immed with 4-bit pattern size, rotated by 3. 28 ; 32-bit immed with 32-bit pattern size, rotated by 16. 35 ; 32-bit immed with 2-bit pattern size, rotated by 1.
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
D | Downsampler.java | 168 Bitmap rotated = null; in decode() local 170 rotated = TransformationUtils.rotateImageExif(downsampled, pool, orientation); in decode() 172 if (downsampled != rotated && !pool.put(downsampled)) { in decode() 180 return rotated; in decode()
|
/external/qemu/distrib/sdl-1.2.15/ |
D | README.wscons | 44 The display can be rotated by the wscons SDL driver. This is useful 46 is correctly rotated only when the display is folded into "PDA mode." 48 screen is rotated 90 degrees anti-clockwise.
|
D | README.PicoGUI | 37 - Account for rotated bitmap storage in pgserver
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
D | svg-animated-gifs.svg | 5 … <text x="0" y="15">There should be only one animated image here, rotated, and not clipped:</text>
|
/external/chromium_org/cc/animation/ |
D | transform_operation.cc | 357 gfx::Point3F rotated = point; in BoundingBoxForArc() local 358 rotation.TransformPoint(&rotated); in BoundingBoxForArc() 360 box->ExpandTo(rotated); in BoundingBoxForArc()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | WebKitCSSMatrix.idl | 80 // Returns this matrix rotated by the passed values. 87 // Returns this matrix rotated about the passed axis by the passed angle.
|
/external/chromium_org/pdf/pdfium/ |
D | pdfium_engine.cc | 331 void SetPageSizeAndContentRect(bool rotated, in SetPageSizeAndContentRect() argument 338 bool rotate_dst_page = rotated ^ page_orientation_mismatched; in SetPageSizeAndContentRect() 357 double src_width, double src_height, bool rotated) { in CalculateScaleFactor() argument 361 double actual_source_page_width = rotated ? src_height : src_width; in CalculateScaleFactor() 362 double actual_source_page_height = rotated ? src_width : src_height; in CalculateScaleFactor() 378 void CalculateClipBoxBoundary(FPDF_PAGE page, double scale_factor, bool rotated, in CalculateClipBoxBoundary() argument 391 clip_box->right = rotated ? paper_height : paper_width; in CalculateClipBoxBoundary() 392 clip_box->top = rotated ? paper_width : paper_height; in CalculateClipBoxBoundary() 2741 const bool rotated = (src_page_rotation % 2 == 1); in TransformPDFPageForPrinting() local 2742 SetPageSizeAndContentRect(rotated, in TransformPDFPageForPrinting() [all …]
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
D | display_options.css | 37 * This is achieved by a square rotated by 45-deg, and it has border at the
|