/external/qemu/distrib/sdl-1.2.12/src/events/ |
D | SDL_mouse.c | 33 static Sint16 SDL_MouseX = 0; 34 static Sint16 SDL_MouseY = 0; 35 static Sint16 SDL_DeltaX = 0; 36 static Sint16 SDL_DeltaY = 0; 90 static void ClipOffset(Sint16 *x, Sint16 *y) in ClipOffset() 103 int SDL_PrivateMouseMotion(Uint8 buttonstate, int relative, Sint16 x, Sint16 y) in SDL_PrivateMouseMotion() 107 Sint16 Xrel; in SDL_PrivateMouseMotion() 108 Sint16 Yrel; in SDL_PrivateMouseMotion() 192 int SDL_PrivateMouseButton(Uint8 state, Uint8 button, Sint16 x, Sint16 y) in SDL_PrivateMouseButton()
|
D | SDL_events_c.h | 59 Sint16 x, Sint16 y); 60 extern int SDL_PrivateMouseButton(Uint8 state, Uint8 button,Sint16 x,Sint16 y);
|
/external/qemu/distrib/sdl-1.2.12/src/audio/ |
D | SDL_wave.c | 35 Sint16 iSamp1; 36 Sint16 iSamp2; 42 Sint16 aCoeff[7][2]; 84 Uint8 nybble, Sint16 *coeff) in MS_ADPCM_nibble() 113 state->iSamp1 = (Sint16)new_sample; in MS_ADPCM_nibble() 123 Sint16 *coeff[2]; in MS_ADPCM_decode() 132 MS_ADPCM_state.wavefmt.channels*sizeof(Sint16); in MS_ADPCM_decode() 151 encoded += sizeof(Sint16); in MS_ADPCM_decode() 154 encoded += sizeof(Sint16); in MS_ADPCM_decode() 157 encoded += sizeof(Sint16); in MS_ADPCM_decode() [all …]
|
D | SDL_audiocvt.c | 106 sample = (Sint16)((src[0]<<8)|src[1])+ in SDL_ConvertMono() 107 (Sint16)((src[2]<<8)|src[3]); in SDL_ConvertMono() 117 sample = (Sint16)((src[1]<<8)|src[0])+ in SDL_ConvertMono() 118 (Sint16)((src[3]<<8)|src[2]); in SDL_ConvertMono() 217 lsample = (Sint16)((src[0]<<8)|src[1]); in SDL_ConvertStrip() 218 rsample = (Sint16)((src[2]<<8)|src[3]); in SDL_ConvertStrip() 230 lsample = (Sint16)((src[1]<<8)|src[0]); in SDL_ConvertStrip() 231 rsample = (Sint16)((src[3]<<8)|src[2]); in SDL_ConvertStrip() 333 lsample = (Sint16)((src[0]<<8)|src[1]); in SDL_ConvertStrip_2() 334 rsample = (Sint16)((src[2]<<8)|src[3]); in SDL_ConvertStrip_2() [all …]
|
D | SDL_mixer.c | 194 Sint16 src1, src2; in SDL_MixAudio() 226 Sint16 src1, src2; in SDL_MixAudio()
|
/external/qemu/distrib/sdl-1.2.12/src/joystick/ |
D | SDL_joystick_c.h | 32 Uint8 axis, Sint16 value); 34 Uint8 ball, Sint16 xrel, Sint16 yrel);
|
D | SDL_joystick.c | 123 joystick->axes = (Sint16 *)SDL_malloc in SDL_JoystickOpen() 124 (joystick->naxes*sizeof(Sint16)); in SDL_JoystickOpen() 148 joystick->naxes*sizeof(Sint16)); in SDL_JoystickOpen() 267 Sint16 SDL_JoystickGetAxis(SDL_Joystick *joystick, int axis) in SDL_JoystickGetAxis() 269 Sint16 state; in SDL_JoystickGetAxis() 419 int SDL_PrivateJoystickAxis(SDL_Joystick *joystick, Uint8 axis, Sint16 value) in SDL_PrivateJoystickAxis() 470 Sint16 xrel, Sint16 yrel) in SDL_PrivateJoystickBall()
|
D | SDL_sysjoystick.h | 34 Sint16 *axes; /* Current axis states */
|
/external/qemu/distrib/sdl-1.2.12/include/ |
D | SDL_events.h | 132 Sint16 xrel; /* The relative motion in the X direction */ 133 Sint16 yrel; /* The relative motion in the Y direction */ 150 Sint16 value; /* The axis value (range: -32768 to 32767) */ 158 Sint16 xrel; /* The relative motion in the X direction */ 159 Sint16 yrel; /* The relative motion in the Y direction */
|
D | SDL_mouse.h | 41 Sint16 hot_x, hot_y; /* The "tip" of the cursor */
|
D | SDL_joystick.h | 122 extern DECLSPEC Sint16 SDLCALL SDL_JoystickGetAxis(SDL_Joystick *joystick, int axis);
|
D | SDL_stdinc.h | 87 typedef int16_t Sint16; typedef 112 SDL_COMPILE_TIME_ASSERT(sint16, sizeof(Sint16) == 2);
|
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
D | SDL_ikbdinterrupt_s.h | 49 extern volatile Sint16 SDL_AtariIkbd_mousex; /* Mouse X relative motion */ 50 extern volatile Sint16 SDL_AtariIkbd_mousey; /* Mouse Y relative motion */
|
D | SDL_xbiosinterrupt_s.h | 41 extern volatile Sint16 SDL_AtariXbios_mousex; /* X relative motion */ 42 extern volatile Sint16 SDL_AtariXbios_mousey; /* Y relative motion */
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
D | SDL_sysevents.c | 128 static void GapiTransform(SDL_ScreenOrientation rotate, char hires, Sint16 *x, Sint16 *y) { in GapiTransform() 129 Sint16 rotatedX; in GapiTransform() 130 Sint16 rotatedY; in GapiTransform() 417 Sint16 x, y; in WinMessage() 441 x -= (Sint16)center.x; in WinMessage() 442 y -= (Sint16)center.y; in WinMessage() 485 Sint16 x, y; in WinMessage() 552 x = (Sint16)LOWORD(lParam); in WinMessage() 553 y = (Sint16)HIWORD(lParam); in WinMessage()
|
D | SDL_sysmouse.c | 239 SDL_PrivateMouseMotion(0,0, (Sint16)pt.x, (Sint16)pt.y); in WIN_UpdateMouse()
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
D | SDL_riscosevents.c | 251 static Sint16 last_x = -1, last_y = -1; 263 Sint16 new_x = regs.r[0]; /* Initialy get as OS units */ in RISCOS_PollMouseHelper() 264 Sint16 new_y = regs.r[1]; in RISCOS_PollMouseHelper()
|
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/ |
D | SDL_dx5events.c | 291 Sint16 xrel, yrel; in handle_mouse() 317 (Sint16)mouse_pos.x, (Sint16)mouse_pos.y); in handle_mouse() 397 xrel += (Sint16)ptrbuf[i].dwData; in handle_mouse() 409 yrel += (Sint16)ptrbuf[i].dwData; in handle_mouse()
|
/external/qemu/distrib/sdl-1.2.12/src/audio/sun/ |
D | SDL_sunaudio.c | 190 Sint16 *sndbuf; in DSP_PlayAudio() 192 sndbuf = (Sint16 *)mixbuf; in DSP_PlayAudio()
|
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/ |
D | SDL_sysvideo.cc | 331 (Sint16)point.x(), (Sint16)point.y()); in QT_UpdateMouse()
|
/external/qemu/distrib/sdl-1.2.12/src/joystick/macos/ |
D | SDL_sysjoystick.c | 234 Sint16 value; in SDL_SYS_JoystickUpdate()
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
D | SDL_QuartzVideo.h | 122 Sint16 yuv_width, yuv_height;
|
/external/qemu/distrib/sdl-1.2.12/src/joystick/os2/ |
D | SDL_sysjoystick.c | 389 Sint16 value, change; /* Values used to update axis values */ in SDL_SYS_JoystickUpdate() 447 SDL_PrivateJoystickAxis(joystick, (Uint8)i, (Sint16)value); in SDL_SYS_JoystickUpdate()
|
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
D | SDL_sysvideo.cc | 587 (Sint16)point.x, (Sint16)point.y); in BE_UpdateMouse()
|
/external/qemu/distrib/sdl-1.2.12/src/joystick/win32/ |
D | SDL_mmjoystick.c | 310 SDL_PrivateJoystickAxis(joystick, (Uint8)i, (Sint16)value); in SDL_SYS_JoystickUpdate()
|