/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
SDL_sysmouse_c.h | 29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
|
SDL_sysmouse.cc | 43 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) 73 cursor->bits[2] = hot_y;
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_amigamouse_c.h | 29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
|
SDL_amigamouse.c | 39 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
|
/external/qemu/distrib/sdl-1.2.12/src/video/gem/ |
SDL_gemmouse_c.h | 29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
|
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/ |
SDL_macmouse_c.h | 29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
|
SDL_macmouse.c | 53 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) 83 cursor->curs.hotSpot.v = hot_y;
|
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/ |
SDL_nxmouse_c.h | 26 extern WMcursor * NX_CreateWMCursor (_THIS, Uint8 * data, Uint8 * mask, int w, int h, int hot_x, int hot_y) ;
|
SDL_nxmouse.c | 38 Uint8 * data, Uint8 * mask, int w, int h, int hot_x, int hot_y)
|
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/ |
SDL_sysmouse_c.h | 29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
|
SDL_sysmouse.cc | 35 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
SDL_riscosmouse_c.h | 31 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);
|
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/ |
SDL_vglmouse_c.h | 29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
|
SDL_vglmouse.c | 42 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
|
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/ |
SDL_gsmouse_c.h | 35 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
|
SDL_gsmouse.c | 46 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) 89 cursor->area.y = (y - cursor->hot_y);
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
SDL_sysmouse_c.h | 29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11mouse_c.h | 29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
SDL_ph_mouse_c.h | 32 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
|
SDL_ph_mouse.c | 51 WMcursor *ph_CreateWMCursor(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) 79 cursor->ph_cursor->offset1.y = (short)hot_y; 85 cursor->ph_cursor->offset2.y = (short)hot_y;
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_mouse.h | 41 Sint16 hot_x, hot_y; /* The "tip" of the cursor */ member in struct:SDL_Cursor 84 (Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_mouse.h | 41 Sint16 hot_x, hot_y; /* The "tip" of the cursor */ member in struct:SDL_Cursor 84 (Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_mouse.h | 41 Sint16 hot_x, hot_y; /* The "tip" of the cursor */ member in struct:SDL_Cursor 84 (Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_mouse.h | 45 Sint16 hot_x, hot_y; /* The "tip" of the cursor */ member in struct:SDL_Cursor 88 (Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_mouse.h | 41 Sint16 hot_x, hot_y; /* The "tip" of the cursor */ member in struct:SDL_Cursor 84 (Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
|