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

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_cursor.c 191 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);
SDL_sysvideo.h 248 int (*ShowWMCursor)(_THIS, WMcursor *cursor);
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosvideo.c 151 device->ShowWMCursor = WIMP_ShowWMCursor;
SDL_wimpvideo.c 238 this->ShowWMCursor = WIMP_ShowWMCursor;
SDL_riscosFullScreenVideo.c 286 this->ShowWMCursor = RISCOS_ShowWMCursor;
  /external/qemu/distrib/sdl-1.2.12/src/video/picogui/
SDL_pgvideo.c 132 device->ShowWMCursor = PG_ShowWMCursor;
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_sysvideo.cc 129 device->ShowWMCursor = QT_ShowWMCursor;
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.c 138 device -> ShowWMCursor = NX_ShowWMCursor ;
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsvideo.c 124 this->ShowWMCursor = GS_ShowWMCursor;
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysvideo.cc 143 device->ShowWMCursor = BE_ShowWMCursor;
  /external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c 178 device->ShowWMCursor = Mac_ShowWMCursor;
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.c 119 device->ShowWMCursor = ph_ShowWMCursor;
  /external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.c 153 device->ShowWMCursor = VGL_ShowWMCursor;
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c 241 device->ShowWMCursor = amiga_ShowWMCursor;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.cpp 173 device->ShowWMCursor = EPOC_ShowWMCursor;
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c 300 device->ShowWMCursor = WIN_ShowWMCursor;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.c 180 device->ShowWMCursor = GEM_ShowWMCursor;
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 317 device->ShowWMCursor = Mac_ShowWMCursor;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.c     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.c 140 device->ShowWMCursor = DirectFB_ShowWMCursor;
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 181 device->ShowWMCursor = WIN_ShowWMCursor;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c 176 device->ShowWMCursor = X11_ShowWMCursor;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m 145 device->ShowWMCursor = QZ_ShowWMCursor;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c 617 device->ShowWMCursor = WIN_ShowWMCursor;
    [all...]

Completed in 237 milliseconds