HomeSort by relevance Sort by last modified time
    Searched defs:WMcursor (Results 1 - 25 of 29) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.15/src/video/aalib/
SDL_aamouse.c 33 struct WMcursor {
  /external/qemu/distrib/sdl-1.2.15/src/video/dc/
SDL_dcmouse.c 33 struct WMcursor {
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgamouse.c 33 struct WMcursor {
  /external/qemu/distrib/sdl-1.2.15/src/video/dummy/
SDL_nullmouse.c 31 struct WMcursor {
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbmouse.c 31 struct WMcursor {
  /external/qemu/distrib/sdl-1.2.15/src/video/ggi/
SDL_ggimouse.c 30 struct WMcursor {
  /external/qemu/distrib/sdl-1.2.15/src/video/nds/
SDL_ndsmouse.c 32 struct WMcursor {
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWM.h 23 struct WMcursor {
  /external/qemu/distrib/sdl-1.2.15/src/video/svga/
SDL_svgamouse.c 31 struct WMcursor {
  /external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsmouse.c 31 struct WMcursor {
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_sysmouse.cc 31 struct WMcursor {
34 WMcursor *QT_CreateWMCursor(_THIS,
37 static WMcursor dummy;
42 int QT_ShowWMCursor(_THIS, WMcursor *cursor)
47 void QT_FreeWMCursor(_THIS, WMcursor *cursor)
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosmouse_c.h 27 struct WMcursor {
36 void RISCOS_FreeWMCursor(_THIS, WMcursor *cursor);
37 WMcursor *RISCOS_CreateWMCursor(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
39 int RISCOS_ShowWMCursor(_THIS, WMcursor *cursor);
42 int WIMP_ShowWMCursor(_THIS, WMcursor *cursor);
  /external/qemu/distrib/sdl-1.2.15/src/video/vgl/
SDL_vglmouse.c 31 struct WMcursor {
36 void VGL_FreeWMCursor(_THIS, WMcursor *cursor)
41 WMcursor *VGL_CreateWMCursor(_THIS,
47 int VGL_ShowWMCursor(_THIS, WMcursor *cursor)
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxmouse.c 33 struct WMcursor {
37 WMcursor * NX_CreateWMCursor (_THIS,
40 WMcursor * cursor ;
44 cursor = (WMcursor *) SDL_malloc (sizeof (WMcursor)) ;
54 void NX_FreeWMCursor (_THIS, WMcursor * cursor)
75 int NX_ShowWMCursor (_THIS, WMcursor * cursor)
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysmouse.cc 37 struct WMcursor {
42 WMcursor *BE_CreateWMCursor(_THIS,
45 WMcursor *cursor;
60 cursor = (WMcursor *)SDL_malloc(sizeof(WMcursor));
107 int BE_ShowWMCursor(_THIS, WMcursor *cursor)
122 void BE_FreeWMCursor(_THIS, WMcursor *cursor)
  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macmouse.c 42 struct WMcursor {
47 void Mac_FreeWMCursor(_THIS, WMcursor *cursor)
52 WMcursor *Mac_CreateWMCursor(_THIS,
55 WMcursor *cursor;
59 cursor = (WMcursor *)SDL_malloc(sizeof(WMcursor));
91 int Mac_ShowWMCursor(_THIS, WMcursor *cursor)
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_mouse.c 29 struct WMcursor
34 void ph_FreeWMCursor(_THIS, WMcursor *cursor)
51 WMcursor *ph_CreateWMCursor(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
53 WMcursor* cursor;
58 if ((cursor = (WMcursor*)SDL_malloc(sizeof(WMcursor))) == NULL)
63 SDL_memset(cursor,0,sizeof(WMcursor));
112 PhCursorDef_t ph_GetWMPhCursor(WMcursor *cursor)
117 int ph_ShowWMCursor(_THIS, WMcursor* cursor)
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsmouse.c 34 struct WMcursor {
39 void GS_FreeWMCursor(_THIS, WMcursor *cursor)
45 WMcursor *GS_CreateWMCursor(_THIS,
48 return((WMcursor *)0x01);
132 int GS_ShowWMCursor(_THIS, WMcursor *wmcursor)
139 if ( wmcursor ) {
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_mouse.h 40 typedef struct WMcursor WMcursor; /**< Implementation dependent */
47 WMcursor *wm_cursor; /**< Window-manager cursor */
  /external/qemu/distrib/sdl-1.2.15/src/video/picogui/
SDL_pgvideo.c 55 struct WMcursor {
62 WMcursor * PG_CreateWMCursor (_THIS,Uint8 * data, Uint8 * mask,
64 void PG_FreeWMCursor (_THIS, WMcursor * cursor);
66 int PG_ShowWMCursor (_THIS, WMcursor * cursor);
346 WMcursor * PG_CreateWMCursor (_THIS,Uint8 * data, Uint8 * mask,
349 static WMcursor dummy;
353 void PG_FreeWMCursor (_THIS, WMcursor * cursor)
361 int PG_ShowWMCursor (_THIS, WMcursor * cursor)
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysmouse.c 44 struct WMcursor {
90 void WIN_FreeWMCursor(_THIS, WMcursor *cursor)
105 WMcursor *WIN_CreateWMCursor(_THIS,
109 WMcursor *cursor;
112 cursor = (WMcursor *)SDL_malloc(sizeof(*cursor));
118 WMcursor *cursor;
134 cursor = (WMcursor *)SDL_malloc(sizeof(*cursor));
187 int WIN_ShowWMCursor(_THIS, WMcursor *cursor)
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_mouse.h 40 typedef struct WMcursor WMcursor; /**< Implementation dependent */
47 WMcursor *wm_cursor; /**< Window-manager cursor */
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_mouse.h 40 typedef struct WMcursor WMcursor; /**< Implementation dependent */
47 WMcursor *wm_cursor; /**< Window-manager cursor */
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_mouse.h 40 typedef struct WMcursor WMcursor; /**< Implementation dependent */
47 WMcursor *wm_cursor; /**< Window-manager cursor */
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
SDL_epocvideo.cpp 140 static WMcursor *EPOC_CreateWMCursor(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
141 static void EPOC_FreeWMCursor(_THIS, WMcursor *cursor);
142 static int EPOC_ShowWMCursor(_THIS, WMcursor *cursor);
148 struct WMcursor
581 WMcursor *EPOC_CreateWMCursor(_THIS, Uint8* /*data*/, Uint8* /*mask*/, int /*w*/, int /*h*/, int /*hot_x*/, int /*hot_y*/)
583 return (WMcursor*) 1; //hii! prevents SDL to view a std cursor
586 void EPOC_FreeWMCursor(_THIS, WMcursor* /*cursor*/)
590 int EPOC_ShowWMCursor(_THIS, WMcursor *cursor)

Completed in 386 milliseconds

1 2