Home
last modified time | relevance | path

Searched refs:SDL_BlankCursor (Results 1 – 9 of 9) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
DSDL_sysmouse.cc111 if ( SDL_BlankCursor != NULL ) { in BE_ShowWMCursor()
112 be_app->SetCursor(SDL_BlankCursor->bits); in BE_ShowWMCursor()
DSDL_lowvideo.h55 #define SDL_BlankCursor (_this->hidden->BlankCursor) macro
DSDL_sysvideo.cc314 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/
DSDL_lowvideo.h59 #define SDL_BlankCursor (_this->hidden->BlankCursor) macro
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
DSDL_ph_video.c380 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()
DSDL_ph_video.h147 #define SDL_BlankCursor (this->hidden->BlankCursor) macro
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11mouse.c157 if ( SDL_BlankCursor != NULL ) { in X11_ShowWMCursor()
159 SDL_BlankCursor->x_cursor); in X11_ShowWMCursor()
DSDL_x11video.h173 #define SDL_BlankCursor (this->hidden->BlankCursor) macro
DSDL_x11video.c716 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()