HomeSort by relevance Sort by last modified time
    Searched refs:set_rotation (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/ui/base/cursor/
cursor_loader.h 26 void set_rotation(gfx::Display::Rotation rotation) { function in class:ui::CursorLoader
image_cursors.cc 98 cursor_loader_->set_rotation(display.rotation());
  /external/chromium_org/ui/gfx/
display.h 75 void set_rotation(Rotation rotation) { rotation_ = rotation; } function in class:gfx::Display
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_x11_unittest.cc 363 displays[0].set_rotation(gfx::Display::ROTATE_90);
367 displays[1].set_rotation(gfx::Display::ROTATE_90);
371 displays[0].set_rotation(gfx::Display::ROTATE_270);
375 displays[0].set_rotation(gfx::Display::ROTATE_270);
379 displays[0].set_rotation(gfx::Display::ROTATE_0);
380 displays[1].set_rotation(gfx::Display::ROTATE_0);
desktop_native_cursor_manager.cc 43 cursor_loader_->set_rotation(display.rotation());
desktop_screen_x11.cc 389 display.set_rotation(gfx::Display::ROTATE_0);
392 display.set_rotation(gfx::Display::ROTATE_90);
395 display.set_rotation(gfx::Display::ROTATE_180);
398 display.set_rotation(gfx::Display::ROTATE_270);
  /external/qemu/hw/android/goldfish/
fb.c 59 uint32_t set_rotation : 2; member in struct:goldfish_fb_state
84 qemu_put_byte(f, s->set_rotation);
122 s->set_rotation = qemu_get_byte(f);
613 if(s->set_rotation != s->rotation) {
614 //printf("FB_SET_BASE: rotation : %d => %d\n", s->rotation, s->set_rotation);
615 s->rotation = s->set_rotation;
626 s->set_rotation = val;
  /external/chromium_org/ash/display/
display_info.h 98 void set_rotation(gfx::Display::Rotation rotation) { rotation_ = rotation; } function in class:ash::DisplayInfo
display_info.cc 159 display_info.set_rotation(rotation);
display_manager.cc 407 info.set_rotation(rotation);
415 info.set_rotation(rotation);
481 display_info_[display_id].set_rotation(rotation);
    [all...]
display_controller_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/drive/
drive_api_util_unittest.cc 118 image_media_metadata->set_rotation(90);
125 image_media_metadata->set_rotation(0);
drive_api_util.cc 213 image_media_metadata->set_rotation(entry.image_rotation());
  /external/chromium_org/ui/aura/test/
test_screen.cc 50 display_.set_rotation(rotation);
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_entry_conversion_unittest.cc 331 entry_all_fields.mutable_image_media_metadata()->set_rotation(90);
335 entry_zero_fields.mutable_image_media_metadata()->set_rotation(0);
  /external/chromium_org/google_apis/drive/
drive_api_parser.h 408 void set_rotation(int rotation) { rotation_ = rotation; } function in class:google_apis::ImageMediaMetadata

Completed in 606 milliseconds