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.15/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.15/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.15/src/video/picogui/
SDL_pgvideo.c 132 device->ShowWMCursor = PG_ShowWMCursor;
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_sysvideo.cc 129 device->ShowWMCursor = QT_ShowWMCursor;
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxvideo.c 138 device -> ShowWMCursor = NX_ShowWMCursor ;
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsvideo.c 124 this->ShowWMCursor = GS_ShowWMCursor;
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
SDL_epocvideo.cpp 212 device->ShowWMCursor = EPOC_ShowWMCursor;
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysvideo.cc 142 device->ShowWMCursor = BE_ShowWMCursor;
  /external/qemu/distrib/sdl-1.2.15/src/video/macrom/
SDL_romvideo.c 178 device->ShowWMCursor = Mac_ShowWMCursor;
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_video.c 119 device->ShowWMCursor = ph_ShowWMCursor;
  /external/qemu/distrib/sdl-1.2.15/src/video/vgl/
SDL_vglvideo.c 152 device->ShowWMCursor = VGL_ShowWMCursor;
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemvideo.c 180 device->ShowWMCursor = GEM_ShowWMCursor;
  /external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
SDL_dspvideo.c 317 device->ShowWMCursor = Mac_ShowWMCursor;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_video.c 140 device->ShowWMCursor = DirectFB_ShowWMCursor;
  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.c 327 device->ShowWMCursor = WIN_ShowWMCursor;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocvideo.cpp 220 device->ShowWMCursor = EPOC_ShowWMCursor;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c 215 device->ShowWMCursor = WIN_ShowWMCursor;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 177 device->ShowWMCursor = X11_ShowWMCursor;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m 214 device->ShowWMCursor = QZ_ShowWMCursor;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c 633 device->ShowWMCursor = WIN_ShowWMCursor;
    [all...]

Completed in 1074 milliseconds