Searched defs:set_rotation (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/base/cursor/
H A Dcursor_loader.h26 void set_rotation(gfx::Display::Rotation rotation) { function in class:ui::CursorLoader
/external/chromium_org/ui/gfx/
H A Ddisplay.h75 void set_rotation(Rotation rotation) { rotation_ = rotation; } function in class:gfx::Display
/external/chromium_org/ash/display/
H A Ddisplay_info.h106 void set_rotation(gfx::Display::Rotation rotation) { rotation_ = rotation; } function in class:ash::DisplayInfo
/external/qemu/hw/android/goldfish/
H A Dfb.c59 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/google_apis/drive/
H A Ddrive_api_parser.h408 void set_rotation(int rotation) { rotation_ = rotation; } function in class:google_apis::ImageMediaMetadata

Completed in 182 milliseconds