Home
last modified time | relevance | path

Searched refs:WMcursor (Results 1 – 25 of 46) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
DSDL_nxmouse.c33 struct WMcursor { struct
37 WMcursor * NX_CreateWMCursor (_THIS, in NX_CreateWMCursor() argument
40 WMcursor * cursor ; in NX_CreateWMCursor()
44 cursor = (WMcursor *) SDL_malloc (sizeof (WMcursor)) ; in NX_CreateWMCursor()
54 void NX_FreeWMCursor (_THIS, WMcursor * cursor) in NX_FreeWMCursor()
75 int NX_ShowWMCursor (_THIS, WMcursor * cursor) in NX_ShowWMCursor()
DSDL_nxmouse_c.h26 extern WMcursor * NX_CreateWMCursor (_THIS, Uint8 * data, Uint8 * mask, int w, int h, int hot_x, in…
27 void NX_FreeWMCursor (_THIS, WMcursor * cursor) ;
29 extern int NX_ShowWMCursor (_THIS, WMcursor * cursor) ;
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
DSDL_sysmouse.cc31 struct WMcursor { struct
34 WMcursor *QT_CreateWMCursor(_THIS, in QT_CreateWMCursor() argument
37 static WMcursor dummy; in QT_CreateWMCursor()
42 int QT_ShowWMCursor(_THIS, WMcursor *cursor) in QT_ShowWMCursor()
47 void QT_FreeWMCursor(_THIS, WMcursor *cursor) in QT_FreeWMCursor()
DSDL_sysmouse_c.h27 extern void QT_FreeWMCursor(_THIS, WMcursor *cursor);
28 extern WMcursor *QT_CreateWMCursor(_THIS,
30 extern int QT_ShowWMCursor(_THIS, WMcursor *cursor);
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
DSDL_macmouse.c42 struct WMcursor { struct
47 void Mac_FreeWMCursor(_THIS, WMcursor *cursor) in Mac_FreeWMCursor() argument
52 WMcursor *Mac_CreateWMCursor(_THIS, in Mac_CreateWMCursor()
55 WMcursor *cursor; in Mac_CreateWMCursor()
59 cursor = (WMcursor *)SDL_malloc(sizeof(WMcursor)); in Mac_CreateWMCursor()
91 int Mac_ShowWMCursor(_THIS, WMcursor *cursor) in Mac_ShowWMCursor()
DSDL_macmouse_c.h27 extern void Mac_FreeWMCursor(_THIS, WMcursor *cursor);
28 extern WMcursor *Mac_CreateWMCursor(_THIS,
30 extern int Mac_ShowWMCursor(_THIS, WMcursor *cursor);
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
DSDL_riscosmouse_c.h27 struct WMcursor { struct
36 void RISCOS_FreeWMCursor(_THIS, WMcursor *cursor); argument
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);
DSDL_riscosmouse.c39 static WMcursor *current_cursor = NULL;
40 static WMcursor *defined_cursor = NULL;
58 void RISCOS_FreeWMCursor(_THIS, WMcursor *cursor) in RISCOS_FreeWMCursor()
64 WMcursor *RISCOS_CreateWMCursor(_THIS, in RISCOS_CreateWMCursor()
67 WMcursor *cursor; in RISCOS_CreateWMCursor()
80 cursor = (WMcursor *)SDL_malloc(sizeof(*cursor)); in RISCOS_CreateWMCursor()
137 int RISCOS_ShowWMCursor(_THIS, WMcursor *cursor) in RISCOS_ShowWMCursor()
147 WMcursor *old_cursor = defined_cursor; in RISCOS_ShowWMCursor()
251 int WIMP_ShowWMCursor(_THIS, WMcursor *cursor) in WIMP_ShowWMCursor()
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
DSDL_ph_mouse.c29 struct WMcursor struct
34 void ph_FreeWMCursor(_THIS, WMcursor *cursor) in ph_FreeWMCursor() argument
51 WMcursor *ph_CreateWMCursor(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) in ph_CreateWMCursor()
53 WMcursor* cursor; in ph_CreateWMCursor()
58 if ((cursor = (WMcursor*)SDL_malloc(sizeof(WMcursor))) == NULL) in ph_CreateWMCursor()
63 SDL_memset(cursor,0,sizeof(WMcursor)); in ph_CreateWMCursor()
112 PhCursorDef_t ph_GetWMPhCursor(WMcursor *cursor) in ph_GetWMPhCursor()
117 int ph_ShowWMCursor(_THIS, WMcursor* cursor) in ph_ShowWMCursor()
DSDL_ph_mouse_c.h30 extern void ph_FreeWMCursor(_THIS, WMcursor *cursor);
31 extern WMcursor *ph_CreateWMCursor(_THIS,
33 extern PhCursorDef_t ph_GetWMPhCursor(WMcursor *cursor);
34 extern int ph_ShowWMCursor(_THIS, WMcursor *cursor);
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
DSDL_sysmouse.cc37 struct WMcursor { struct
42 WMcursor *BE_CreateWMCursor(_THIS, in BE_CreateWMCursor() argument
45 WMcursor *cursor; in BE_CreateWMCursor()
60 cursor = (WMcursor *)SDL_malloc(sizeof(WMcursor)); in BE_CreateWMCursor()
107 int BE_ShowWMCursor(_THIS, WMcursor *cursor) in BE_ShowWMCursor()
122 void BE_FreeWMCursor(_THIS, WMcursor *cursor) in BE_FreeWMCursor()
DSDL_sysmouse_c.h27 extern void BE_FreeWMCursor(_THIS, WMcursor *cursor);
28 extern WMcursor *BE_CreateWMCursor(_THIS,
30 extern int BE_ShowWMCursor(_THIS, WMcursor *cursor);
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
DSDL_vglmouse.c31 struct WMcursor { struct
36 void VGL_FreeWMCursor(_THIS, WMcursor *cursor) in VGL_FreeWMCursor() argument
41 WMcursor *VGL_CreateWMCursor(_THIS, in VGL_CreateWMCursor()
47 int VGL_ShowWMCursor(_THIS, WMcursor *cursor) in VGL_ShowWMCursor()
DSDL_vglmouse_c.h27 extern void VGL_FreeWMCursor(_THIS, WMcursor *cursor);
28 extern WMcursor *VGL_CreateWMCursor(_THIS,
30 extern int VGL_ShowWMCursor(_THIS, WMcursor *cursor);
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
DSDL_sysmouse.c44 struct WMcursor { struct
90 void WIN_FreeWMCursor(_THIS, WMcursor *cursor) in WIN_FreeWMCursor()
105 WMcursor *WIN_CreateWMCursor(_THIS, in WIN_CreateWMCursor()
109 WMcursor *cursor; in WIN_CreateWMCursor()
112 cursor = (WMcursor *)SDL_malloc(sizeof(*cursor)); in WIN_CreateWMCursor()
118 WMcursor *cursor; in WIN_CreateWMCursor()
134 cursor = (WMcursor *)SDL_malloc(sizeof(*cursor)); in WIN_CreateWMCursor()
187 int WIN_ShowWMCursor(_THIS, WMcursor *cursor) in WIN_ShowWMCursor()
DSDL_sysmouse_c.h27 extern void WIN_FreeWMCursor(_THIS, WMcursor *cursor);
28 extern WMcursor *WIN_CreateWMCursor(_THIS,
30 extern int WIN_ShowWMCursor(_THIS, WMcursor *cursor);
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
DSDL_gemmouse.c46 void GEM_FreeWMCursor(_THIS, WMcursor *cursor) in GEM_FreeWMCursor()
63 WMcursor *GEM_CreateWMCursor(_THIS, in GEM_CreateWMCursor()
66 WMcursor *cursor; in GEM_CreateWMCursor()
84 cursor = (WMcursor *)SDL_malloc(sizeof(WMcursor)); in GEM_CreateWMCursor()
141 int GEM_ShowWMCursor(_THIS, WMcursor *cursor) in GEM_ShowWMCursor()
DSDL_gemmouse_c.h27 extern void GEM_FreeWMCursor(_THIS, WMcursor *cursor);
28 extern WMcursor *GEM_CreateWMCursor(_THIS,
30 extern int GEM_ShowWMCursor(_THIS, WMcursor *cursor);
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
DSDL_gsmouse.c34 struct WMcursor { struct
39 void GS_FreeWMCursor(_THIS, WMcursor *cursor) in GS_FreeWMCursor() argument
45 WMcursor *GS_CreateWMCursor(_THIS, in GS_CreateWMCursor()
48 return((WMcursor *)0x01); in GS_CreateWMCursor()
132 int GS_ShowWMCursor(_THIS, WMcursor *wmcursor) in GS_ShowWMCursor()
DSDL_gsmouse_c.h33 extern void GS_FreeWMCursor(_THIS, WMcursor *cursor);
34 extern WMcursor *GS_CreateWMCursor(_THIS,
37 extern int GS_ShowWMCursor(_THIS, WMcursor *cursor);
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11mouse_c.h27 extern void X11_FreeWMCursor(_THIS, WMcursor *cursor);
28 extern WMcursor *X11_CreateWMCursor(_THIS,
30 extern int X11_ShowWMCursor(_THIS, WMcursor *cursor);
DSDL_x11mouse.c35 struct WMcursor { struct
40 void X11_FreeWMCursor(_THIS, WMcursor *cursor) in X11_FreeWMCursor() argument
51 WMcursor *X11_CreateWMCursor(_THIS, in X11_CreateWMCursor()
54 WMcursor *cursor; in X11_CreateWMCursor()
65 cursor = (WMcursor *)SDL_malloc(sizeof(WMcursor)); in X11_CreateWMCursor()
146 int X11_ShowWMCursor(_THIS, WMcursor *cursor) in X11_ShowWMCursor()
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_mouse.h40 typedef struct WMcursor WMcursor; /**< Implementation dependent */ typedef
47 WMcursor *wm_cursor; /**< Window-manager cursor */
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/
DSDL_pgvideo.c55 struct WMcursor { struct
62 WMcursor * PG_CreateWMCursor (_THIS,Uint8 * data, Uint8 * mask, argument
64 void PG_FreeWMCursor (_THIS, WMcursor * cursor);
66 int PG_ShowWMCursor (_THIS, WMcursor * cursor);
346 WMcursor * PG_CreateWMCursor (_THIS,Uint8 * data, Uint8 * mask, in PG_CreateWMCursor()
349 static WMcursor dummy; in PG_CreateWMCursor()
353 void PG_FreeWMCursor (_THIS, WMcursor * cursor) in PG_FreeWMCursor()
361 int PG_ShowWMCursor (_THIS, WMcursor * cursor) in PG_ShowWMCursor()
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
DSDL_epocvideo.cpp140 static WMcursor *EPOC_CreateWMCursor(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int …
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 /*… in EPOC_CreateWMCursor()
583 return (WMcursor*) 1; //hii! prevents SDL to view a std cursor in EPOC_CreateWMCursor()
586 void EPOC_FreeWMCursor(_THIS, WMcursor* /*cursor*/) in EPOC_FreeWMCursor() argument
590 int EPOC_ShowWMCursor(_THIS, WMcursor *cursor) in EPOC_ShowWMCursor()

12