Searched defs:hot_y (Results 1 - 21 of 21) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscosmouse_c.h31 int hot_y; 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)
98 cursor->hot_y = hot_y;
158 cursor_def[5] = cursor->hot_y; /* ActiveY in pixels from top */
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/nanox/
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.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/vgl/
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/gem/
H A DSDL_gemmouse.c64 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
101 new_mform->mf_yhot = hot_y;
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/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/src/video/bwindow/
H A DSDL_sysmouse.cc43 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
73 cursor->bits[2] = hot_y;
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/maccommon/
H A DSDL_macmouse.c53 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
83 cursor->curs.hotSpot.v = hot_y;
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/photon/
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
79 cursor->ph_cursor->offset1.y = (short)hot_y;
85 cursor->ph_cursor->offset2.y = (short)hot_y;
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsmouse.c46 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
89 cursor->area.y = (y - cursor->hot_y);
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/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/chromium/webkit/glue/
H A Dwebcursor_gtk_data.h266 int hot_y; member in struct:__anon3238
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
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.c52 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
135 mask_pixmap, &black, &white, hot_x, hot_y);
51 X11_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/
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) ) {
137 cursor->hot_y = hot_y;
157 w, h, hot_x, hot_y);
215 SDL_cursor->area.y = (y - SDL_cursor->hot_y);
331 SDL_cursor->area.y = (y - SDL_cursor->hot_y);
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/picogui/
H A DSDL_pgvideo.c63 int w, int h, int hot_x, int hot_y);
347 int w, int h, int hot_x, int hot_y)
346 PG_CreateWMCursor(_THIS,Uint8 * data, Uint8 * mask, int w, int h, int hot_x, int hot_y) argument
/external/webkit/Source/WebCore/platform/gtk/
H A DCursorGtk.h365 int hot_y; member in struct:__anon14686
/external/qemu/
H A Dconsole.h150 int hot_x, hot_y; member in struct:QEMUCursor
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.c1341 int w, int h, int hot_x, int hot_y)
1425 hptr = WinCreatePointer(HWND_DESKTOP, hbm, TRUE, hot_x, maxy - hot_y - 1);
1428 printf("HotSpot : %d ; %d\n", hot_x, hot_y);
1452 int w, int h, int hot_x, int hot_y)
1340 os2fslib_CreateWMCursor_Win(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) argument
1451 os2fslib_CreateWMCursor_FS(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 294 milliseconds