OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_rotation
(Results
1 - 1
of
1
) sorted by null
/external/qemu/hw/
goldfish_fb.c
57
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;
Completed in 238 milliseconds