Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_cursor.c191 if ( SDL_cursor && video->ShowWMCursor ) { in SDL_SetCursor()
192 video->ShowWMCursor(this, NULL); in SDL_SetCursor()
202 if ( SDL_cursor->wm_cursor && video->ShowWMCursor ) { in SDL_SetCursor()
203 show_wm_cursor = video->ShowWMCursor(this, SDL_cursor->wm_cursor); in SDL_SetCursor()
209 if ( video->ShowWMCursor ) { in SDL_SetCursor()
210 video->ShowWMCursor(this, NULL); in SDL_SetCursor()
225 if ( video->ShowWMCursor ) { in SDL_SetCursor()
226 video->ShowWMCursor(this, NULL); in SDL_SetCursor()
DSDL_sysvideo.h248 int (*ShowWMCursor)(_THIS, WMcursor *cursor); member
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
DSDL_riscosvideo.c151 device->ShowWMCursor = WIMP_ShowWMCursor; in RISCOS_CreateDevice()
DSDL_wimpvideo.c238 this->ShowWMCursor = WIMP_ShowWMCursor; in WIMP_SetDeviceMode()
DSDL_riscosFullScreenVideo.c286 this->ShowWMCursor = RISCOS_ShowWMCursor; in FULLSCREEN_SetDeviceMode()
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
DSDL_sysvideo.cc129 device->ShowWMCursor = QT_ShowWMCursor; in QT_CreateDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/
DSDL_pgvideo.c132 device->ShowWMCursor = PG_ShowWMCursor; in PG_CreateDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
DSDL_epocvideo.cpp212 device->ShowWMCursor = EPOC_ShowWMCursor; in EPOC_CreateDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
DSDL_nxvideo.c138 device -> ShowWMCursor = NX_ShowWMCursor ; in NX_CreateDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
DSDL_gsvideo.c124 this->ShowWMCursor = GS_ShowWMCursor; in GS_CreateDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
DSDL_ph_video.c119 device->ShowWMCursor = ph_ShowWMCursor; in ph_CreateDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
DSDL_vglvideo.c152 device->ShowWMCursor = VGL_ShowWMCursor; in VGL_CreateDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/macrom/
DSDL_romvideo.c178 device->ShowWMCursor = Mac_ShowWMCursor; in ROM_CreateDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
DSDL_sysvideo.cc142 device->ShowWMCursor = BE_ShowWMCursor; in BE_CreateDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
DSDL_gemvideo.c180 device->ShowWMCursor = GEM_ShowWMCursor; in GEM_CreateDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
DSDL_DirectFB_video.c140 device->ShowWMCursor = DirectFB_ShowWMCursor; in DirectFB_CreateDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
DSDL_dspvideo.c317 device->ShowWMCursor = Mac_ShowWMCursor; in DSp_CreateDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
DSDL_os2fslib.c1801 _this->ShowWMCursor = os2fslib_ShowWMCursor; in os2fslib_SetCursorManagementFunctions()
1810 _this->ShowWMCursor = os2fslib_ShowWMCursor; in os2fslib_SetCursorManagementFunctions()
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
DSDL_gapivideo.c327 device->ShowWMCursor = WIN_ShowWMCursor; in GAPI_CreateDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
DSDL_epocvideo.cpp220 device->ShowWMCursor = EPOC_ShowWMCursor; in EPOC_CreateDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
DSDL_dibvideo.c215 device->ShowWMCursor = WIN_ShowWMCursor; in DIB_CreateDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11video.c177 device->ShowWMCursor = X11_ShowWMCursor; in X11_CreateDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
DSDL_dx5video.c633 device->ShowWMCursor = WIN_ShowWMCursor; in DX5_CreateDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzVideo.m214 device->ShowWMCursor = QZ_ShowWMCursor;