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

  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.h 105 #define XBIOS_current (this->hidden->current)
SDL_xbios.c 754 XBIOS_current = new_video_mode;
876 if (XBIOS_current->flags & XBIOSMODE_C2P) {
878 int doubleline = (XBIOS_current->flags & XBIOSMODE_DOUBLELINE ? 1 : 0);
923 if ((XBIOS_current->flags & XBIOSMODE_C2P) == 0) {
931 if (XBIOS_current->flags & XBIOSMODE_C2P) {
934 int doubleline = (XBIOS_current->flags & XBIOSMODE_DOUBLELINE ? 1 : 0);
938 destscr += XBIOS_pitch * ((XBIOS_current->height - surface->h) >> 1);
939 destx = (XBIOS_current->width - surface->w) >> 1;
967 if ((XBIOS_current->flags & XBIOSMODE_C2P) == 0) {

Completed in 149 milliseconds