OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ds_get_height
(Results
1 - 6
of
6
) sorted by null
/external/qemu/
curses.c
101
if (ds_get_width(ds) == gwidth &&
ds_get_height
(ds) == gheight)
105
gheight =
ds_get_height
(ds);
vnc-android.c
361
ds_get_height
(ds) != vs->guest.ds->height;
368
vnc_framebuffer_update(vs, 0, 0, ds_get_width(ds),
ds_get_height
(ds),
[
all
...]
vnc.c
355
ds_get_height
(ds) != vs->guest.ds->height;
362
vnc_framebuffer_update(vs, 0, 0, ds_get_width(ds),
ds_get_height
(ds),
[
all
...]
console.c
674
vga_fill_rect(s->ds, 0, 0, ds_get_width(s->ds),
ds_get_height
(s->ds),
688
dpy_update(s->ds, 0, 0, ds_get_width(s->ds),
ds_get_height
(s->ds));
1108
active_console->g_height =
ds_get_height
(active_console->ds);
[
all
...]
console.h
405
static inline int
ds_get_height
(DisplayState *ds)
function
/external/qemu/hw/
goldfish_fb.c
563
ret =
ds_get_height
(s->ds);
581
ret = pixels_to_mm(
ds_get_height
(s->ds), s->dpi );
Completed in 77 milliseconds