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

/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/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)
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/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)
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/maccommon/
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/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
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/src/video/ps2gs/
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/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.h265 int hot_x; member in struct:__anon3375
/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) ) {
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/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.h364 int hot_x; member in struct:__anon15912
/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 390 milliseconds