Home | History | Annotate | Download | only in x11

Lines Matching refs:SDL_Ximage

89 		SDL_Ximage = XShmCreateImage(SDL_Display, SDL_Visual,
93 if(!SDL_Ximage) {
112 SDL_Ximage = XCreateImage(SDL_Display, SDL_Visual,
117 if ( SDL_Ximage == NULL )
120 SDL_Ximage->byte_order = (SDL_BYTEORDER == SDL_BIG_ENDIAN)
124 screen->pitch = SDL_Ximage->bytes_per_line;
134 if ( SDL_Ximage ) {
135 XDestroyImage(SDL_Ximage);
143 SDL_Ximage = NULL;
243 XPutImage(GFX_Display, SDL_Window, SDL_GC, SDL_Ximage,
264 XShmPutImage(GFX_Display, SDL_Window, SDL_GC, SDL_Ximage,
301 if ( ! SDL_Ximage || (enable_autorefresh <= 0) ) {
307 XShmPutImage(SDL_Display, SDL_Window, SDL_GC, SDL_Ximage,
313 XPutImage(SDL_Display, SDL_Window, SDL_GC, SDL_Ximage,