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

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 186 int current_w; /**< Value: The current video mode width */ member in struct:SDL_VideoInfo
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c 503 unsigned int current_w; local
676 current_w = vinfo.yres;
679 current_w = vinfo.xres;
691 FB_AddMode(this, current_index, current_w, current_h, 0);
706 if ( (current_w > w) || (current_h > h) ) {
708 FB_AddMode(this, i, current_w, current_h, 0);
733 if ( (current_w > w) || (current_h > h) ) {
735 FB_AddMode(this, i, current_w, current_h, 0);
746 this->info.current_w = current_w;
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 186 int current_w; /**< Value: The current video mode width */ member in struct:SDL_VideoInfo
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 186 int current_w; /**< Value: The current video mode width */ member in struct:SDL_VideoInfo
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 186 int current_w; /**< Value: The current video mode width */ member in struct:SDL_VideoInfo
    [all...]

Completed in 633 milliseconds