OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_rotation
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
display_options_handler.cc
388
gfx::Display::Rotation
new_rotation
= gfx::Display::ROTATE_0;
local
394
new_rotation
= gfx::Display::ROTATE_90;
396
new_rotation
= gfx::Display::ROTATE_180;
398
new_rotation
= gfx::Display::ROTATE_270;
402
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
1141
int
new_rotation
= rotation % 360;
local
[
all
...]
Completed in 163 milliseconds