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

/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.h88 void set_rotation(gfx::Display::Rotation rotation) { rotation_ = rotation; } function in class:ash::internal::DisplayInfo
/external/qemu/hw/
H A Dgoldfish_fb.c57 uint32_t set_rotation : 2; member in struct:goldfish_fb_state
82 qemu_put_byte(f, s->set_rotation);
120 s->set_rotation = qemu_get_byte(f);
611 if(s->set_rotation != s->rotation) {
612 //printf("FB_SET_BASE: rotation : %d => %d\n", s->rotation, s->set_rotation);
613 s->rotation = s->set_rotation;
624 s->set_rotation = val;
/external/chromium_org/google_apis/drive/
H A Ddrive_api_parser.h443 void set_rotation(int rotation) { rotation_ = rotation; } function in class:google_apis::ImageMediaMetadata

Completed in 1028 milliseconds