HomeSort by relevance Sort by last modified time
    Searched full:new_rotation (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_controller.cc 373 gfx::Display::Rotation new_rotation = gfx::Display::ROTATE_90; local
375 new_rotation = gfx::Display::ROTATE_0;
377 new_rotation = gfx::Display::ROTATE_270;
379 new_rotation = gfx::Display::ROTATE_180;
381 if (new_rotation != current_rotation)
382 SetDisplayRotation(display_manager, new_rotation);
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
display_options_handler.cc 427 gfx::Display::Rotation new_rotation = gfx::Display::ROTATE_0; local
433 new_rotation = gfx::Display::ROTATE_90;
435 new_rotation = gfx::Display::ROTATE_180;
437 new_rotation = gfx::Display::ROTATE_270;
443 GetDisplayManager()->SetDisplayRotation(display_id, new_rotation);
  /hardware/samsung_slsi/exynos5/librotator/
exynos_rotator.c 771 int new_rotation = rotation % 360; local
773 if (new_rotation % 90 != 0) {
778 if(new_rotation < 0)
779 new_rotation = -new_rotation;
781 rotator_handle->src.rotation = new_rotation;
782 rotator_handle->dst.rotation = new_rotation;
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gscaler.c 1156 int new_rotation = rotation % 360; local
    [all...]

Completed in 334 milliseconds