HomeSort by relevance Sort by last modified time
    Searched defs:current_h (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 165 int current_h; /* Value: The current video mode height */ member in struct:SDL_VideoInfo
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.c 492 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;
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 165 int current_h; /* Value: The current video mode height */ member in struct:SDL_VideoInfo
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 165 int current_h; /* Value: The current video mode height */ member in struct:SDL_VideoInfo
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 165 int current_h; /* Value: The current video mode height */ member in struct:SDL_VideoInfo
    [all...]

Completed in 422 milliseconds