Searched refs:SDL_Ximage (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11image.c89 SDL_Ximage = XShmCreateImage(SDL_Display, SDL_Visual,
93 if(!SDL_Ximage) {
110 SDL_Ximage = XCreateImage(SDL_Display, SDL_Visual,
115 if ( SDL_Ximage == NULL )
118 SDL_Ximage->byte_order = (SDL_BYTEORDER == SDL_BIG_ENDIAN)
122 screen->pitch = SDL_Ximage->bytes_per_line;
132 if ( SDL_Ximage ) {
133 XDestroyImage(SDL_Ximage);
141 SDL_Ximage = NULL;
241 XPutImage(GFX_Display, SDL_Window, SDL_GC, SDL_Ximage,
[all...]
H A DSDL_x11video.h180 #define SDL_Ximage (this->hidden->Ximage) macro

Completed in 497 milliseconds