HomeSort by relevance Sort by last modified time
    Searched refs:cache_vinfo (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.h 55 struct fb_var_screeninfo cache_vinfo; member in struct:SDL_PrivateVideoData
108 #define cache_vinfo (this->hidden->cache_vinfo) macro
SDL_fbelo.c 127 *dx = ((int)cache_vinfo.xres - ((int)cache_vinfo.xres * (input_x - ELO_MIN_X)) / width);
128 *dy = (cache_vinfo.yres * (input_y - ELO_MIN_Y)) / height;
SDL_fbvideo.c 881 cache_vinfo = vinfo;
996 cache_vinfo = vinfo;
    [all...]

Completed in 27 milliseconds