Searched defs:current_h (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL_video.h165 int current_h; /* Value: The current video mode height */ member in struct:SDL_VideoInfo
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
H A DSDL_fbvideo.c492 unsigned int current_h; local
624 current_h = vinfo.yres;
632 FB_AddMode(this, current_index, current_w, current_h, 0);
642 if ( (current_w > w) || (current_h > h) ) {
644 FB_AddMode(this, i, current_w, current_h, 0);
664 if ( (current_w > w) || (current_h > h) ) {
666 FB_AddMode(this, i, current_w, current_h, 0);
679 this->info.current_h = current_h;

Completed in 46 milliseconds