Searched refs:yres (Results 1 - 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
H A DSDL_fbvideo.c87 int yres; member in struct:__anon4599
320 SDL_sscanf(line, "geometry %d %d %d %d %d", &vinfo->xres, &vinfo->yres,
382 vinfo->yres = *h;
387 fprintf(stderr, "Checked mode %dx%d at %d bpp, got mode %dx%d at %d bpp\n", *w, *h, (index+1)*8, vinfo->xres, vinfo->yres, vinfo->bits_per_pixel);
391 *h = vinfo->yres;
420 (h == vesa_timings[i].yres) && vesa_timings[i].pixclock ) {
624 current_h = vinfo.yres;
640 h = vinfo.yres;
754 fprintf(stderr, "\tyres: %d\n", vinfo->yres);
809 if ( (vinfo->xres == cinfo.xres && vinfo->yres
[all...]
H A DSDL_fbelo.c128 *dy = (cache_vinfo.yres * (input_y - ELO_MIN_Y)) / height;
/external/qemu/distrib/sdl-1.2.12/src/video/ipod/
H A DSDL_ipodvideo.c283 lcd_height = vinfo.yres;
325 height = vinfo.yres;
/external/kernel-headers/original/linux/
H A Dfb.h218 __u32 yres; member in struct:fb_var_screeninfo
982 u32 yres; member in struct:fb_videomode

Completed in 74 milliseconds