Searched refs:hot_x (Results 1 - 25 of 35) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysmouse_c.h29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
H A DSDL_sysmouse.cc43 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
74 cursor->bits[3] = hot_x;
42 BE_CreateWMCursor(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) argument
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemmouse_c.h29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
H A DSDL_gemmouse.c64 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
100 new_mform->mf_xhot = hot_x;
63 GEM_CreateWMCursor(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) argument
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macmouse_c.h29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
H A DSDL_macmouse.c53 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
82 cursor->curs.hotSpot.h = hot_x;
52 Mac_CreateWMCursor(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) argument
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxmouse_c.h26 extern WMcursor * NX_CreateWMCursor (_THIS, Uint8 * data, Uint8 * mask, int w, int h, int hot_x, int hot_y) ;
H A DSDL_nxmouse.c38 Uint8 * data, Uint8 * mask, int w, int h, int hot_x, int hot_y)
37 NX_CreateWMCursor(_THIS, Uint8 * data, Uint8 * mask, int w, int h, int hot_x, int hot_y) argument
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_sysmouse_c.h29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
H A DSDL_sysmouse.cc35 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
34 QT_CreateWMCursor(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) argument
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscosmouse_c.h30 int hot_x; member in struct:WMcursor
37 WMcursor *RISCOS_CreateWMCursor(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
H A DSDL_riscosmouse.c65 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
97 cursor->hot_x = hot_x;
157 cursor_def[4] = cursor->hot_x; /* ActiveX in pixels from left */
64 RISCOS_CreateWMCursor(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) argument
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
H A DSDL_vglmouse_c.h29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
H A DSDL_vglmouse.c42 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
41 VGL_CreateWMCursor(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) argument
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsmouse_c.h35 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
H A DSDL_gsmouse.c46 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
88 cursor->area.x = (x - cursor->hot_x);
45 GS_CreateWMCursor(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) argument
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_sysmouse_c.h29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
H A DSDL_sysmouse.c106 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
176 hot_x, hot_y, allowed_x, allowed_y,
105 WIN_CreateWMCursor(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) argument
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11mouse_c.h29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_mouse_c.h32 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
H A DSDL_ph_mouse.c51 WMcursor *ph_CreateWMCursor(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) argument
78 cursor->ph_cursor->offset1.x = (short)hot_x;
84 cursor->ph_cursor->offset2.x = (short)hot_x;
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_mouse.h43 Sint16 hot_x, hot_y; /**< The "tip" of the cursor */ member in struct:SDL_Cursor
86 (Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestcursor.c112 int hot_x, hot_y; local
137 sscanf(arrow[4+row], "%d,%d", &hot_x, &hot_y);
138 return SDL_CreateCursor(data, mask, 32, 32, hot_x, hot_y);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_cursor.c109 int w, int h, int hot_x, int hot_y)
120 if ( (hot_x < 0) || (hot_y < 0) || (hot_x >= w) || (hot_y >= h) ) {
136 cursor->hot_x = hot_x;
157 w, h, hot_x, hot_y);
214 SDL_cursor->area.x = (x - SDL_cursor->hot_x);
330 SDL_cursor->area.x = (x - SDL_cursor->hot_x);
108 SDL_CreateCursor(Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) argument
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzWM.m37 int w, int h, int hot_x, int hot_y) {
69 hot_x = hot_x*16/w;
77 cursor->nscursor = [ [ NSCursor alloc ] initWithImage: img hotSpot: NSMakePoint(hot_x, hot_y) ];

Completed in 242 milliseconds

12