/external/qemu/distrib/sdl-1.2.15/src/file/ |
SDL_rwops.c | 369 Uint8 *newpos; 559 rwops->hidden.mem.base = (Uint8 *)mem; 576 rwops->hidden.mem.base = (Uint8 *)mem;
|
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/ |
SDL_macevents.c | 184 Uint8 mode; 232 old_bit = (((Uint8 *)last_keys)[i/8]>>(i%8)) & 0x01; 233 new_bit = (((Uint8 *)keys)[i/8]>>(i%8)) & 0x01;
|
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
SDL_sysevents.c | 268 Uint8 appstate; 378 Uint8 button, state; 478 Uint8 button;
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_stdinc.h | 99 typedef uint8_t Uint8; 125 SDL_COMPILE_TIME_ASSERT(uint8, sizeof(Uint8) == 1);
|
/external/qemu/distrib/sdl-1.2.15/src/audio/dart/ |
SDL_dart.c | 311 Uint8 *DART_GetAudioBuf(_THIS) 314 Uint8 *pResult;
|
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/ |
SDL_epocaudio.cpp | 74 static Uint8 *EPOC_GetAudioBuf(SDL_AudioDevice *thisdevice); 608 static Uint8 *EPOC_GetAudioBuf(SDL_AudioDevice* thisdevice)
|
/external/qemu/distrib/sdl-1.2.15/src/audio/ums/ |
SDL_umsaudio.c | 50 static Uint8 *UMS_GetAudioBuf(_THIS); 143 static Uint8 *UMS_GetAudioBuf(_THIS)
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/linux/ |
SDL_sysjoystick.c | 289 Uint8 key_map[KEY_MAX-BTN_MISC]; 290 Uint8 abs_map[ABS_MAX]; 879 SDL_Joystick *joystick, Uint8 button, Uint8 state){ 902 SDL_Joystick *joystick, Uint8 axis, Sint16 value) 927 void HandleHat(SDL_Joystick *stick, Uint8 hat, int axis, int value) 930 const Uint8 position_map[3][3] = { 978 void HandleBall(SDL_Joystick *stick, Uint8 ball, int axis, int value) 995 Uint8 other_axis; 1175 SDL_PrivateJoystickBall(joystick, (Uint8)i, xrel, yrel) [all...] |
/external/qemu/distrib/sdl-1.2.15/test/ |
testblitspeed.c | 340 SDL_SetAlpha(dest, dstalphaflags, (Uint8) dstalpha); 342 SDL_SetAlpha(src, srcalphaflags, (Uint8) srcalpha);
|
testwin.c | 81 Uint8 *pixels; 84 pixels = (Uint8 *)screen->pixels;
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_stdinc.h | 99 typedef uint8_t Uint8; 125 SDL_COMPILE_TIME_ASSERT(uint8, sizeof(Uint8) == 1);
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_stdinc.h | 99 typedef uint8_t Uint8; 125 SDL_COMPILE_TIME_ASSERT(uint8, sizeof(Uint8) == 1);
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_stdinc.h | 99 typedef uint8_t Uint8; 125 SDL_COMPILE_TIME_ASSERT(uint8, sizeof(Uint8) == 1);
|
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/ |
SDL_mintaudio_gsxb.c | 419 Uint8 *newbuf;
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/macos/ |
SDL_sysjoystick.c | 55 /* Uint8 id;*/ 247 Uint8 pos;
|
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
SDL_string.c | 260 Uint8 value = (Uint8)c; 261 Uint8 *dstp = (Uint8 *)dst; [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
SDL_fbmatrox.c | 59 static int SetHWAlpha(_THIS, SDL_Surface *surface, Uint8 value)
|
riva_mmio.h | 47 typedef Uint8 U008;
|
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/ |
SDL_sysevents.cc | 91 Uint8 new_state, transition;
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_video.c | 355 static Uint8 SDL_closest_depths[4][8] = { [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/ |
SDL_os2fslib.c | [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
SDL_ph_events.c | 96 static Uint8 ph2sdl_mousebutton(unsigned short button_state) 98 Uint8 mouse_button = 0;
|
/external/qemu/distrib/sdl-1.2.15/src/video/windib/ |
SDL_dibevents.c | 165 Uint8 *state = SDL_GetKeyState(NULL); 237 Uint8 *state = SDL_GetKeyState(NULL);
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/ |
SDL_epocvideo.cpp | 147 static WMcursor *EPOC_CreateWMCursor(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/ |
SDL_dx5video.c | 436 static int DX5_SetHWAlpha(_THIS, SDL_Surface *surface, Uint8 alpha); [all...] |