Searched refs:orientation (Results 226 - 250 of 304) sorted by path

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/video_capture/ios/
H A Ddevice_info_ios.h54 VideoCaptureRotation& orientation) OVERRIDE;
H A Ddevice_info_ios.mm101 VideoCaptureRotation& orientation) {
103 orientation = kCameraRotate0;
105 orientation = kCameraRotate90;
107 return orientation;
/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_capture.h238 // natural orientation.
240 RotateCapturedFrame& orientation) = 0;
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_capture.cc363 webrtc::VideoCaptureRotation orientation; local
365 EXPECT_NE(0, dev_info->GetOrientation(dummy_name, orientation));
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_capture_impl.cc370 RotateCapturedFrame& orientation) {
373 orientation) != 0) {
369 GetOrientation(const char* unique_idUTF8, RotateCapturedFrame& orientation) argument
H A Dvie_capture_impl.h65 RotateCapturedFrame& orientation);
H A Dvie_input_manager.cc119 RotateCapturedFrame& orientation) {
131 orientation = RotateCapturedFrame_0;
134 orientation = RotateCapturedFrame_90;
137 orientation = RotateCapturedFrame_180;
140 orientation = RotateCapturedFrame_270;
118 GetOrientation(const char* device_unique_idUTF8, RotateCapturedFrame& orientation) argument
H A Dvie_input_manager.h67 RotateCapturedFrame& orientation);
/external/chromium_org/ui/base/ime/
H A Dcandidate_window.cc30 orientation() != cw.orientation() ||
H A Dcandidate_window.h88 // Returns the orientation of the candidate window.
89 Orientation orientation() const { function in class:ui::CandidateWindow
92 void set_orientation(Orientation orientation) { argument
93 property_->is_vertical = (orientation == VERTICAL);
/external/chromium_org/ui/events/gesture_detection/
H A Dmotion_event_buffer.cc101 result.orientation = event.GetOrientation(pointer_index);
H A Dmotion_event_generic.cc21 orientation(0) {
34 orientation(0) {
123 return pointers_[pointer_index].orientation;
H A Dmotion_event_generic.h28 float orientation; member in struct:ui::PointerProperties
/external/chromium_org/ui/events/gestures/
H A Dmotion_event_aura.cc65 point_data.orientation = rotation_angle_rad - M_PI_2;
69 point_data.orientation = rotation_angle_rad;
75 point_data.orientation = 0;
161 return active_touches_[pointer_index].orientation;
222 orientation(0) {
H A Dmotion_event_aura.h69 float orientation; member in struct:ui::MotionEventAura::PointData
/external/chromium_org/ui/events/ozone/evdev/libgestures_glue/
H A Dgesture_interpreter_libevdev_cros.cc144 fingers[current_finger].orientation = slot->orientation;
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_view.js249 * Takes into account the image orientation encoded in the metadata.
824 * @param {boolean} orientation Orientation of rotation. True is for clockwise
829 ImageView.Effect.Rotate = function(orientation) {
831 this.orientation_ = orientation;
H A Dviewport.js491 * @param {boolean} orientation Orientation of the rotation from the original
496 Viewport.prototype.getInverseTransformForRotatedImage = function(orientation) {
502 var degree = orientation ? '-90deg' : '90deg';
/external/chromium_org/ui/file_manager/image_loader/
H A Dimage_loader.js133 if (options.orientation)
156 // Flip dimensions for odd orientation values: 1 (90deg) and 3 (270deg).
157 if (options.orientation && options.orientation % 2) {
208 // Default orientation is 0deg.
209 var orientation = options.orientation || 0;
211 // For odd orientation values: 1 (90deg) and 3 (270deg) flip dimensions.
214 if (orientation % 2) {
225 targetContext.rotate(orientation * Mat
[all...]
H A Dimage_loader_client.js236 orientation: opt_options.orientation,
348 * @param {Object} options Loader options, such as: orientation, scale,
/external/chromium_org/ui/keyboard/resources/
H A Dtouch_fuzzing.js150 * on orientation.
151 * @param {Orientation} orientation The orientation of the line.
154 var Line = function(c, orientation) {
156 this.rotated = orientation;
326 * @param {Orientation} orientation Whether to split on the y-axis instead.
329 var findSplits = function(allKeys, orientation) {
336 return orientation == Orientation.HORIZONTAL ? key.top : key.left;
344 return orientation == Orientation.HORIZONTAL ? key.bottom : key.right;
414 splits.push(new Line(mid, orientation));
[all...]
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.cc1661 MenuItemView::MenuPosition orientation = local
1671 orientation = MenuItemView::POSITION_ABOVE_BOUNDS;
1677 if (orientation == MenuItemView::POSITION_BELOW_BOUNDS) {
1698 item->set_actual_menu_position(orientation);
/external/chromium_org/ui/views/controls/
H A Dseparator.cc21 Separator::Separator(Orientation orientation) : orientation_(orientation) { argument
H A Dseparator.h27 explicit Separator(Orientation orientation);
H A Dsingle_split_view.cc25 Orientation orientation,
27 : is_horizontal_(orientation == HORIZONTAL_SPLIT),
23 SingleSplitView(View* leading, View* trailing, Orientation orientation, SingleSplitViewListener* listener) argument

Completed in 475 milliseconds

1234567891011>>