Home
last modified time | relevance | path

Searched defs:rotation (Results 1 – 25 of 115) sorted by relevance

12345

/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
Dbox.json19 "rotation": { object
34 "rotation": { object
49 "rotation": { object
64 "rotation": { object
79 "rotation": { object
94 "rotation": { object
109 "rotation": { object
124 "rotation": { object
139 "rotation": { object
154 "rotation": { object
[all …]
/external/chromium_org/ui/base/cursor/
Dcursor_loader.h22 gfx::Display::Rotation rotation() const { in rotation() function
26 void set_rotation(gfx::Display::Rotation rotation) { in set_rotation()
Dcursor_util.cc17 gfx::Display::Rotation rotation, in ScaleAndRotateCursorBitmapAndHotpoint()
/external/qemu/android/
Dkeycode.c15 android_keycode_rotate( AndroidKeyCode code, int rotation ) in android_keycode_rotate()
/external/chromium_org/ui/gfx/
Ddisplay.h74 Rotation rotation() const { return rotation_; } in rotation() function
75 void set_rotation(Rotation rotation) { rotation_ = rotation; } in set_rotation()
Dinterpolated_transform_unittest.cc30 gfx::Transform rotation; in TEST() local
127 scoped_ptr<ui::InterpolatedTransform> rotation( in GetScreenRotation() local
196 scoped_ptr<ui::InterpolatedTransform> rotation( in GetMaximize() local
/external/valgrind/main/memcheck/tests/
Dbug287260.c5 signed int rotation : 10; member
/external/qemu/android/skin/
Dwindow.h63 SkinRotation rotation; member
Dimage.h34 SkinRotation rotation; /* rotation */ member
/external/eigen/Eigen/src/Geometry/
DTransform.h882 Transform<Scalar,Dim,Mode,Options>::rotate(const RotationType& rotation) in rotate()
898 Transform<Scalar,Dim,Mode,Options>::prerotate(const RotationType& rotation) in prerotate()
998 Transform<Scalar,Dim,Mode,Options>::rotation() const in rotation() function
1019 void Transform<Scalar,Dim,Mode,Options>::computeRotationScaling(RotationMatrixType *rotation, Scali… in computeRotationScaling()
1048 …de,Options>::computeScalingRotation(ScalingMatrixType *scaling, RotationMatrixType *rotation) const in computeScalingRotation()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowDisplay.java25 private int rotation = Surface.ROTATION_0; field in ShadowDisplay
125 public void setRotation(int rotation) { in setRotation()
/external/chromium_org/third_party/webrtc/modules/video_capture/
Dvideo_capture_impl.cc46 VideoCaptureRotation* rotation) { in RotationFromDegrees()
66 int32_t VideoCaptureImpl::RotationInDegrees(VideoCaptureRotation rotation, in RotationInDegrees()
343 int32_t VideoCaptureImpl::SetCaptureRotation(VideoCaptureRotation rotation) { in SetCaptureRotation()
/external/chromium_org/ash/display/
Ddisplay_info.h98 void set_rotation(gfx::Display::Rotation rotation) { rotation_ = rotation; } in set_rotation()
99 gfx::Display::Rotation rotation() const { return rotation_; } in rotation() function
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoframe.cc116 int64 elapsed_time, int64 time_stamp, int rotation) { in Init()
159 size_t pixel_height, int64 elapsed_time, int64 time_stamp, int rotation) { in Alias()
278 int64 time_stamp, int rotation) { in Attach()
304 int64 elapsed_time, int64 time_stamp, int rotation) { in Reset()
/external/chromium_org/pdf/pdfium/
Dpdfium_page.cc107 base::Value* PDFiumPage::GetAccessibleContentAsValue(int rotation) { in GetAccessibleContentAsValue()
135 int rotation) { in GetTextBoxAsValue()
244 int rotation, in GetCharIndex()
440 int rotation) { in PageToScreen()
Dpdfium_range.cc31 int rotation) { in GetScreenRects()
/external/chromium_org/chrome/browser/extensions/api/system_display/
Ddisplay_info_provider.cc16 int RotationToDegrees(gfx::Display::Rotation rotation) { in RotationToDegrees()
/external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
DScreenOrientationController.cpp64 uint16_t rotation = screenOrientationAngle(view); in computeOrientation() local
/external/chromium_org/media/video/capture/linux/
Dvideo_capture_device_linux.cc182 void VideoCaptureDeviceLinux::SetRotation(int rotation) { in SetRotation()
195 void VideoCaptureDeviceLinux::SetRotationOnV4L2Thread(int rotation) { in SetRotationOnV4L2Thread()
/external/chromium_org/third_party/webrtc/modules/video_capture/android/
Dvideo_capture_android.cc57 VideoCaptureRotation rotation = in OnOrientationChanged() local
236 VideoCaptureRotation rotation) { in SetCaptureRotation()
/external/deqp/framework/platform/android/
DtcuAndroidUtil.cpp80 ScreenOrientation mapScreenRotation (ScreenRotation rotation) in mapScreenRotation()
/external/chromium_org/third_party/webrtc/modules/video_capture/android/java/src/org/webrtc/videoengine/
DVideoCaptureAndroid.java272 private synchronized void setPreviewRotation(final int rotation) { in setPreviewRotation()
289 int rotation, Exchanger<IOException> result) { in setPreviewRotationOnCameraThread()
/external/opencv/cv/src/
Dcvposit.cpp114 CvMatr32f rotation, CvVect32f translation ) in icvPOSIT()
354 CvMatr32f rotation, CvVect32f translation ) in cvPOSIT()
/external/chromium_org/ash/rotator/
Dscreen_rotation.cc80 scoped_ptr<ui::InterpolatedTransform> rotation( in InitTransform() local
/external/eigen/Eigen/src/Eigen2Support/
DSVD.h583 void SVD<MatrixType>::computeRotationScaling(RotationType *rotation, ScalingType *scaling) const in computeRotationScaling()
609 void SVD<MatrixType>::computeScalingRotation(ScalingType *scaling, RotationType *rotation) const in computeScalingRotation()

12345