OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rotated
(Results
1 - 25
of
480
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/ManualTests/
svg-animation-css-transform.html
10
<h1>SVG Animation of SVG element
rotated
using '-webkit-transform'</h1>
12
<p>The
rotated
rect should from 0,0 to 100,0 over 3 seconds.</p>
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/third_party/WebKit/ManualTests/scrollbars/
scrollbars-in-composited-layers.html
17
.
rotated
{
40
<div class="
rotated
scroll" style="resize: both; overflow:hiddens">
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
RectUtils.java
26
* Transform the upright full rectangle so that it bounds the original
rotated
image,
40
// Exif orientation specifies how the camera is
rotated
relative to the actual subject.
47
// Then translate so that the upper left corner of the
rotated
full rect is at (0,0).
/external/chromium_org/third_party/WebKit/Source/web/tests/data/
plugin_container.html
9
<object id="
rotated
-plugin"
/frameworks/base/core/java/android/view/
IAssetAtlas.aidl
51
* int3:
rotated
, 1 if the bitmap must be
rotated
, 0 otherwise
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Matrix2fTest.java
204
float[]
rotated
= new float[4];
local
205
rotated
[0] = rotate[0] * sourceData[0] + rotate[1] * sourceData[2];
206
rotated
[1] = rotate[0] * sourceData[1] + rotate[1] * sourceData[3];
207
rotated
[2] = rotate[2] * sourceData[0] + rotate[3] * sourceData[2];
208
rotated
[3] = rotate[2] * sourceData[1] + rotate[3] * sourceData[3];
212
checkData(m,
rotated
);
/external/chromium_org/ash/display/
mirror_window_controller.cc
279
gfx::ImageSkia
rotated
= *image;
local
284
rotated
= gfx::ImageSkiaOperations::CreateRotatedImage(
287
rotated
.width() - hot_point_.y(),
291
rotated
= gfx::ImageSkiaOperations::CreateRotatedImage(
294
rotated
.height() - hot_point_.x(),
295
rotated
.width() - hot_point_.y());
298
rotated
= gfx::ImageSkiaOperations::CreateRotatedImage(
302
rotated
.height() - hot_point_.x());
305
cursor_window_delegate_->SetCursorImage(
rotated
, display);
/external/llvm/test/CodeGen/SystemZ/
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.
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.
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
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
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
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
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.
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.
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
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
/frameworks/base/libs/hwui/
AssetAtlas.h
64
* If set, the bitmap is
rotated
90 degrees (clockwise)
67
bool
rotated
;
member in struct:android::uirenderer::AssetAtlas::Entry
96
Entry(SkBitmap* bitmap, int x, int y, bool
rotated
,
98
bitmap(bitmap), x(x), y(y),
rotated
(
rotated
),
/external/chromium_org/media/base/
video_util.h
59
// When |width| != |height| and
rotated
by 90/270, only the maximum square
60
// portion located in the center is
rotated
. For example, for width=640 and
61
// height=480, the
rotated
area is 480x480 located from row 0 through 479 and
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
TouchInputHandler.java
29
* Called when the screen configuration is changed, such as when the screen is
rotated
or an
32
* could set a flag to reset the zoom level when the screen is
rotated
, but not when the
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Point.java
99
public Point
rotated
(float radians) {
method in class:Point
106
return this.minus(center).
rotated
(radians).plus(center);
/frameworks/base/services/java/com/android/server/display/
DisplayViewport.java
42
// The portion of the (
rotated
) physical display that shows the logical display contents.
47
// The full width and height of the display device,
rotated
in the same
/frameworks/base/core/java/android/view/animation/
RotateAnimation.java
98
* being
rotated
, specified as an absolute number where 0 is the left
101
* being
rotated
, specified as an absolute number where 0 is the top
127
* is being
rotated
, specified as an absolute number where 0 is the
135
* is being
rotated
, specified as an absolute number where 0 is the
/frameworks/base/core/java/com/android/internal/util/
FileRotator.java
38
* a single "active" file, which is periodically
rotated
into historical files,
66
* called multiple times when reading
rotated
data.
94
* may be
rotated
into a historical file.
95
* @param deleteAgeMillis Age in milliseconds beyond which a
rotated
file
283
* Read any
rotated
data that overlap the requested time range.
354
// found
rotated
file; delete if old enough
394
* Details for a
rotated
file, either parsed from an existing filename, or
Completed in 234 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>