HomeSort by relevance Sort by last modified time
    Searched refs:Sint16 (Results 1 - 25 of 48) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.12/src/joystick/
SDL_joystick_c.h 32 Uint8 axis, Sint16 value);
34 Uint8 ball, Sint16 xrel, Sint16 yrel);
SDL_sysjoystick.h 34 Sint16 *axes; /* Current axis states */
SDL_joystick.c 123 joystick->axes = (Sint16 *)SDL_malloc
124 (joystick->naxes*sizeof(Sint16));
148 joystick->naxes*sizeof(Sint16));
267 Sint16 SDL_JoystickGetAxis(SDL_Joystick *joystick, int axis)
269 Sint16 state;
419 int SDL_PrivateJoystickAxis(SDL_Joystick *joystick, Uint8 axis, Sint16 value)
470 Sint16 xrel, Sint16 yrel)
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
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 */
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/events/
SDL_events_c.h 59 Sint16 x, Sint16 y);
60 extern int SDL_PrivateMouseButton(Uint8 state, Uint8 button,Sint16 x,Sint16 y);
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)
103 int SDL_PrivateMouseMotion(Uint8 buttonstate, int relative, Sint16 x, Sint16 y)
107 Sint16 Xrel;
108 Sint16 Yrel
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_types.h 45 typedef signed short Sint16;
51 typedef signed short Sint16;
93 SDL_COMPILE_TIME_ASSERT(sint16, sizeof(Sint16) == 2);
SDL_events.h 129 Sint16 xrel; /* The relative motion in the X direction */
130 Sint16 yrel; /* The relative motion in the Y direction */
147 Sint16 value; /* The axis value (range: -32768 to 32767) */
155 Sint16 xrel; /* The relative motion in the X direction */
156 Sint16 yrel; /* The relative motion in the Y direction */
SDL_joystick.h 126 extern DECLSPEC Sint16 SDLCALL SDL_JoystickGetAxis(SDL_Joystick *joystick, int axis);
SDL_mouse.h 45 Sint16 hot_x, hot_y; /* The "tip" of the cursor */
  /external/qemu/distrib/sdl-1.2.12/include/
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 */
SDL_joystick.h 122 extern DECLSPEC Sint16 SDLCALL SDL_JoystickGetAxis(SDL_Joystick *joystick, int axis);
SDL_mouse.h 41 Sint16 hot_x, hot_y; /* The "tip" of the cursor */
  /prebuilt/darwin-x86/sdl/include/SDL/
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 */
SDL_joystick.h 122 extern DECLSPEC Sint16 SDLCALL SDL_JoystickGetAxis(SDL_Joystick *joystick, int axis);
SDL_mouse.h 41 Sint16 hot_x, hot_y; /* The "tip" of the cursor */
  /prebuilt/linux-x86/sdl/include/SDL/
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 */
SDL_joystick.h 122 extern DECLSPEC Sint16 SDLCALL SDL_JoystickGetAxis(SDL_Joystick *joystick, int axis);
SDL_mouse.h 41 Sint16 hot_x, hot_y; /* The "tip" of the cursor */
  /prebuilt/windows/sdl/include/SDL/
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 */
SDL_joystick.h 122 extern DECLSPEC Sint16 SDLCALL SDL_JoystickGetAxis(SDL_Joystick *joystick, int axis);
SDL_mouse.h 41 Sint16 hot_x, hot_y; /* The "tip" of the cursor */
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_wave.c 35 Sint16 iSamp1;
36 Sint16 iSamp2;
42 Sint16 aCoeff[7][2];
84 Uint8 nybble, Sint16 *coeff)
113 state->iSamp1 = (Sint16)new_sample;
123 Sint16 *coeff[2];
132 MS_ADPCM_state.wavefmt.channels*sizeof(Sint16);
151 encoded += sizeof(Sint16);
154 encoded += sizeof(Sint16);
157 encoded += sizeof(Sint16);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysevents.c 128 static void GapiTransform(SDL_ScreenOrientation rotate, char hires, Sint16 *x, Sint16 *y) {
129 Sint16 rotatedX;
130 Sint16 rotatedY;
417 Sint16 x, y;
441 x -= (Sint16)center.x;
442 y -= (Sint16)center.y;
485 Sint16 x, y;
552 x = (Sint16)LOWORD(lParam);
553 y = (Sint16)HIWORD(lParam)
    [all...]

Completed in 1636 milliseconds

1 2