Searched refs:ShowWMCursor (Results 1 - 24 of 24) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_cursor.c191 if ( SDL_cursor && video->ShowWMCursor ) {
192 video->ShowWMCursor(this, NULL);
202 if ( SDL_cursor->wm_cursor && video->ShowWMCursor ) {
203 show_wm_cursor = video->ShowWMCursor(this, SDL_cursor->wm_cursor);
209 if ( video->ShowWMCursor ) {
210 video->ShowWMCursor(this, NULL);
225 if ( video->ShowWMCursor ) {
226 video->ShowWMCursor(this, NULL);
H A DSDL_sysvideo.h248 int (*ShowWMCursor)(_THIS, WMcursor *cursor); member in struct:SDL_VideoDevice
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
H A DSDL_riscosvideo.c151 device->ShowWMCursor = WIMP_ShowWMCursor;
H A DSDL_wimpvideo.c238 this->ShowWMCursor = WIMP_ShowWMCursor;
H A DSDL_riscosFullScreenVideo.c286 this->ShowWMCursor = RISCOS_ShowWMCursor;
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
H A DSDL_sysvideo.cc129 device->ShowWMCursor = QT_ShowWMCursor;
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/
H A DSDL_nxvideo.c138 device -> ShowWMCursor = NX_ShowWMCursor ;
/external/qemu/distrib/sdl-1.2.12/src/video/picogui/
H A DSDL_pgvideo.c132 device->ShowWMCursor = PG_ShowWMCursor;
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
H A DSDL_sysvideo.cc143 device->ShowWMCursor = BE_ShowWMCursor;
/external/qemu/distrib/sdl-1.2.12/src/video/macrom/
H A DSDL_romvideo.c178 device->ShowWMCursor = Mac_ShowWMCursor;
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
H A DSDL_ph_video.c119 device->ShowWMCursor = ph_ShowWMCursor;
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
H A DSDL_gsvideo.c124 this->ShowWMCursor = GS_ShowWMCursor;
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/
H A DSDL_vglvideo.c153 device->ShowWMCursor = VGL_ShowWMCursor;
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
H A DSDL_cgxvideo.c241 device->ShowWMCursor = amiga_ShowWMCursor;
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/
H A DSDL_epocvideo.cpp173 device->ShowWMCursor = EPOC_ShowWMCursor;
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
H A DSDL_gemvideo.c180 device->ShowWMCursor = GEM_ShowWMCursor;
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
H A DSDL_dspvideo.c317 device->ShowWMCursor = Mac_ShowWMCursor;
/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
H A DSDL_os2fslib.c1466 printf("[ShowWMCursor] : ptr = %p\n", cursor); fflush(stdout);
1483 printf("[ShowWMCursor] : ptr = %p, DONE\n", cursor); fflush(stdout);
1801 _this->ShowWMCursor = os2fslib_ShowWMCursor;
1810 _this->ShowWMCursor = os2fslib_ShowWMCursor;
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/
H A DSDL_DirectFB_video.c140 device->ShowWMCursor = DirectFB_ShowWMCursor;
/external/qemu/distrib/sdl-1.2.12/src/video/gapi/
H A DSDL_gapivideo.c300 device->ShowWMCursor = WIN_ShowWMCursor;
/external/qemu/distrib/sdl-1.2.12/src/video/windib/
H A DSDL_dibvideo.c181 device->ShowWMCursor = WIN_ShowWMCursor;
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
H A DSDL_x11video.c176 device->ShowWMCursor = X11_ShowWMCursor;
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
H A DSDL_QuartzVideo.m145 device->ShowWMCursor = QZ_ShowWMCursor;
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
H A DSDL_dx5video.c617 device->ShowWMCursor = WIN_ShowWMCursor;

Completed in 214 milliseconds