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

  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11image.c 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,
    [all...]
SDL_x11video.h 186 #define SDL_Ximage (this->hidden->Ximage)
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgximage.c 52 SDL_Ximage=NULL;
96 SDL_Ximage=screen->pixels;
98 if ( SDL_Ximage == NULL ) {
110 if ( SDL_Ximage ) {
111 SDL_free(SDL_Ximage);
112 SDL_Ximage = NULL;
684 if ( ! SDL_Ximage ) {
SDL_cgxvideo.h 128 #define SDL_Ximage (this->hidden->Ximage)

Completed in 23 milliseconds