Searched refs:xres (Results 1 – 4 of 4) sorted by relevance
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
D | SDL_fbvideo.c | 86 int xres; member 320 SDL_sscanf(line, "geometry %d %d %d %d %d", &vinfo->xres, &vinfo->yres, in read_fbmodes_mode() 380 vinfo->xres = *w; in FB_CheckMode() 387 …%dx%d at %d bpp, got mode %dx%d at %d bpp\n", *w, *h, (index+1)*8, vinfo->xres, vinfo->yres, vinfo… in FB_CheckMode() 390 *w = vinfo->xres; in FB_CheckMode() 419 if ( (w == vesa_timings[i].xres) && in FB_AddMode() 623 current_w = vinfo.xres; in FB_VideoInit() 639 w = vinfo.xres; in FB_VideoInit() 753 fprintf(stderr, "\txres: %d\n", vinfo->xres); in print_vinfo() 809 if ( (vinfo->xres == cinfo.xres && vinfo->yres == cinfo.yres) && in choose_fbmodes_mode() [all …]
|
D | SDL_fbelo.c | 127 *dx = ((int)cache_vinfo.xres - ((int)cache_vinfo.xres * (input_x - ELO_MIN_X)) / width); in eloConvertXY()
|
/external/qemu/distrib/sdl-1.2.12/src/video/ipod/ |
D | SDL_ipodvideo.c | 282 lcd_width = vinfo.xres; in iPod_VideoInit() 324 width = vinfo.xres; in iPod_ListModes()
|
/external/kernel-headers/original/linux/ |
D | fb.h | 217 __u32 xres; /* visible resolution */ member 981 u32 xres; member
|