Home
last modified time | relevance | path

Searched refs:hot_y (Results 1 – 25 of 35) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
DSDL_riscosmouse_c.h31 int hot_y; member
37 WMcursor *RISCOS_CreateWMCursor(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y
DSDL_riscosmouse.c65 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) in RISCOS_CreateWMCursor() argument
98 cursor->hot_y = hot_y; in RISCOS_CreateWMCursor()
158 cursor_def[5] = cursor->hot_y; /* ActiveY in pixels from top */ in RISCOS_ShowWMCursor()
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_cursor.c109 int w, int h, int hot_x, int hot_y) in SDL_CreateCursor() argument
120 if ( (hot_x < 0) || (hot_y < 0) || (hot_x >= w) || (hot_y >= h) ) { in SDL_CreateCursor()
137 cursor->hot_y = hot_y; in SDL_CreateCursor()
157 w, h, hot_x, hot_y); in SDL_CreateCursor()
215 SDL_cursor->area.y = (y - SDL_cursor->hot_y); in SDL_SetCursor()
331 SDL_cursor->area.y = (y - SDL_cursor->hot_y); in SDL_MoveCursor()
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
DSDL_ph_mouse.c51 WMcursor *ph_CreateWMCursor(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) in ph_CreateWMCursor() argument
79 cursor->ph_cursor->offset1.y = (short)hot_y; in ph_CreateWMCursor()
85 cursor->ph_cursor->offset2.y = (short)hot_y; in ph_CreateWMCursor()
DSDL_ph_mouse_c.h32 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
/external/qemu/distrib/sdl-1.2.12/include/
DSDL_mouse.h41 Sint16 hot_x, hot_y; /* The "tip" of the cursor */ member
84 (Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
DSDL_macmouse.c53 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) in Mac_CreateWMCursor() argument
83 cursor->curs.hotSpot.v = hot_y; in Mac_CreateWMCursor()
DSDL_macmouse_c.h29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
DSDL_gsmouse.c46 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) in GS_CreateWMCursor() argument
89 cursor->area.y = (y - cursor->hot_y); in GS_MoveCursor()
DSDL_gsmouse_c.h35 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
DSDL_sysmouse.cc43 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) in BE_CreateWMCursor() argument
73 cursor->bits[2] = hot_y; in BE_CreateWMCursor()
DSDL_sysmouse_c.h29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
DSDL_gemmouse.c63 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) in GEM_CreateWMCursor() argument
100 new_mform->mf_yhot = hot_y; in GEM_CreateWMCursor()
DSDL_gemmouse_c.h29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
DSDL_sysmouse.c106 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) in WIN_CreateWMCursor() argument
176 hot_x, hot_y, allowed_x, allowed_y, in WIN_CreateWMCursor()
DSDL_sysmouse_c.h29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzWM.m36 int w, int h, int hot_x, int hot_y) {
69 hot_y = hot_y*16/h;
71 …else { /* too small (or just right): extend it (from the bottom left corner, so hot_y must be adju…
72 hot_y += 16 - h;
76 cursor->nscursor = [ [ NSCursor alloc ] initWithImage: img hotSpot: NSMakePoint(hot_x, hot_y) ];
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
DSDL_sysmouse_c.h29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
DSDL_sysmouse.cc35 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) in QT_CreateWMCursor() argument
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/
DSDL_nxmouse_c.h26 …ursor * NX_CreateWMCursor (_THIS, Uint8 * data, Uint8 * mask, int w, int h, int hot_x, int hot_y) ;
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/
DSDL_vglmouse_c.h29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
DSDL_vglmouse.c42 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) in VGL_CreateWMCursor() argument
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
DSDL_amigamouse_c.h29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
DSDL_x11mouse_c.h29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
DSDL_x11mouse.c52 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) in X11_CreateWMCursor() argument
135 mask_pixmap, &black, &white, hot_x, hot_y); in X11_CreateWMCursor()

12