Searched refs:SDL_BlankCursor (Results 1 – 9 of 9) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
D | SDL_sysmouse.cc | 111 if ( SDL_BlankCursor != NULL ) { in BE_ShowWMCursor() 112 be_app->SetCursor(SDL_BlankCursor->bits); in BE_ShowWMCursor()
|
D | SDL_lowvideo.h | 55 #define SDL_BlankCursor (_this->hidden->BlankCursor) macro
|
D | SDL_sysvideo.cc | 314 SDL_BlankCursor = BE_CreateWMCursor(_this, blank_cdata, blank_cmask, in BE_VideoInit() 811 if ( SDL_BlankCursor != NULL ) { in BE_GL_LoadLibrary() 812 BE_FreeWMCursor(_this, SDL_BlankCursor); in BE_GL_LoadLibrary() 813 SDL_BlankCursor = NULL; in BE_GL_LoadLibrary()
|
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/ |
D | SDL_lowvideo.h | 59 #define SDL_BlankCursor (_this->hidden->BlankCursor) macro
|
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
D | SDL_ph_video.c | 380 SDL_BlankCursor = this->CreateWMCursor(this, blank_cdata, blank_cmask, in ph_VideoInit() 384 if (SDL_BlankCursor == NULL) in ph_VideoInit() 392 this->FreeWMCursor(this, SDL_BlankCursor); in ph_VideoInit() 399 this->FreeWMCursor(this, SDL_BlankCursor); in ph_VideoInit()
|
D | SDL_ph_video.h | 147 #define SDL_BlankCursor (this->hidden->BlankCursor) macro
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
D | SDL_x11mouse.c | 157 if ( SDL_BlankCursor != NULL ) { in X11_ShowWMCursor() 159 SDL_BlankCursor->x_cursor); in X11_ShowWMCursor()
|
D | SDL_x11video.h | 173 #define SDL_BlankCursor (this->hidden->BlankCursor) macro
|
D | SDL_x11video.c | 716 SDL_BlankCursor = this->CreateWMCursor(this, blank_cdata, blank_cmask, in X11_VideoInit() 1545 if ( SDL_BlankCursor != NULL ) { in X11_VideoQuit() 1546 this->FreeWMCursor(this, SDL_BlankCursor); in X11_VideoQuit() 1547 SDL_BlankCursor = NULL; in X11_VideoQuit()
|