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

  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.h 103 #define XBIOS_pitch (this->hidden->pitch)
SDL_xbios.c 760 XBIOS_pitch = (new_video_mode->width * new_video_mode->depth)>>3;
895 destination += XBIOS_pitch * rects[i].y;
906 XBIOS_pitch
938 destscr += XBIOS_pitch * ((XBIOS_current->height - surface->h) >> 1);
951 XBIOS_pitch

Completed in 679 milliseconds