Searched defs:WMcursor (Results 1 - 25 of 26) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
H A DSDL_aamouse.c33 struct WMcursor { struct
/external/qemu/distrib/sdl-1.2.15/src/video/dc/
H A DSDL_dcmouse.c33 struct WMcursor { struct
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgamouse.c33 struct WMcursor { struct
/external/qemu/distrib/sdl-1.2.15/src/video/dummy/
H A DSDL_nullmouse.c31 struct WMcursor { struct
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbmouse.c31 struct WMcursor { struct
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/
H A DSDL_ggimouse.c30 struct WMcursor { struct
/external/qemu/distrib/sdl-1.2.15/src/video/nds/
H A DSDL_ndsmouse.c32 struct WMcursor { struct
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzWM.h23 struct WMcursor { struct
/external/qemu/distrib/sdl-1.2.15/src/video/svga/
H A DSDL_svgamouse.c31 struct WMcursor { struct
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
H A DSDL_wsconsmouse.c31 struct WMcursor { struct
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscosmouse_c.h27 struct WMcursor { struct
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/nanox/
H A DSDL_nxmouse.c33 struct WMcursor { struct
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/qtopia/
H A DSDL_sysmouse.cc31 struct WMcursor { struct
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/vgl/
H A DSDL_vglmouse.c31 struct WMcursor { struct
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/include/
H A DSDL_mouse.h40 typedef struct WMcursor WMcursor; /**< Implementation dependent */ typedef in typeref:struct:WMcursor
47 WMcursor *wm_cursor; /**< Window-manager cursor */
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysmouse.cc37 struct WMcursor { struct
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/
H A DSDL_macmouse.c42 struct WMcursor { struct
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/
H A DSDL_ph_mouse.c29 struct WMcursor struct
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/
H A DSDL_gsmouse.c34 struct WMcursor { struct
39 void GS_FreeWMCursor(_THIS, WMcursor *cursor)
45 WMcursor *GS_CreateWMCursor(_THIS,
48 return((WMcursor *)0x01);
132 int GS_ShowWMCursor(_THIS, WMcursor *wmcursor)
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_sysmouse.c44 struct WMcursor { struct
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)
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11mouse.c35 struct WMcursor { struct
40 void X11_FreeWMCursor(_THIS, WMcursor *cursor)
51 WMcursor *X11_CreateWMCursor(_THIS,
54 WMcursor *cursor;
65 cursor = (WMcursor *)SDL_malloc(sizeof(WMcursor));
146 int X11_ShowWMCursor(_THIS, WMcursor *cursor)
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/
H A DSDL_pgvideo.c55 struct WMcursor { struct
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/symbian/EKA2/
H A DSDL_epocvideo.cpp140 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 struct
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)
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_video.c48 struct WMcursor { struct
73 static int DirectFB_ShowWMCursor(_THIS, WMcursor *cursor);
1155 int DirectFB_ShowWMCursor(_THIS, WMcursor *cursor)
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemvideo.h31 struct WMcursor { struct
90 WMcursor *cursor; /* To restore cursor when leaving/entering window */

Completed in 1754 milliseconds

12