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

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 187 int current_h; /**< Value: The current video mode height */ member in struct:SDL_VideoInfo
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c 504 unsigned int current_h; local
677 current_h = vinfo.xres;
680 current_h = vinfo.yres;
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);
747 this->info.current_h = current_h;
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 187 int current_h; /**< Value: The current video mode height */ member in struct:SDL_VideoInfo
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 187 int current_h; /**< Value: The current video mode height */ member in struct:SDL_VideoInfo
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 187 int current_h; /**< Value: The current video mode height */ member in struct:SDL_VideoInfo
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar 

Completed in 104 milliseconds