Searched defs:_THIS (Results 1 - 25 of 66) sorted by relevance

123

/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_ataridevmouse_c.h36 #define _THIS SDL_VideoDevice *this macro
40 extern void SDL_AtariDevMouse_PostMouseEvents(_THIS, SDL_bool buttonEvents);
H A DSDL_biosevents_c.h36 #define _THIS SDL_VideoDevice *this macro
38 extern void AtariBios_InitOSKeymap(_THIS);
39 extern void AtariBios_PumpEvents(_THIS);
H A DSDL_gemdosevents_c.h36 #define _THIS SDL_VideoDevice *this macro
38 extern void AtariGemdos_InitOSKeymap(_THIS);
39 extern void AtariGemdos_PumpEvents(_THIS);
H A DSDL_ikbdevents_c.h36 #define _THIS SDL_VideoDevice *this macro
38 extern void AtariIkbd_InitOSKeymap(_THIS);
39 extern void AtariIkbd_PumpEvents(_THIS);
H A DSDL_atarievents_c.h36 #define _THIS SDL_VideoDevice *this macro
42 extern void Atari_InitOSKeymap(_THIS);
43 extern void Atari_PumpEvents(_THIS);
45 extern void SDL_Atari_InitInternalKeymap(_THIS);
H A DSDL_xbiosevents_c.h36 #define _THIS SDL_VideoDevice *this macro
45 extern void SDL_AtariXbios_PostMouseEvents(_THIS, SDL_bool buttonEvents);
/external/qemu/distrib/sdl-1.2.15/src/audio/baudio/
H A DSDL_beaudio.h30 #define _THIS SDL_AudioDevice *_this macro
/external/qemu/distrib/sdl-1.2.15/src/audio/nds/
H A DSDL_ndsaudio.h30 #define _THIS SDL_AudioDevice *this macro
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/
H A DSDL_ggivideo.h32 #define _THIS SDL_VideoDevice *this macro
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/
H A DSDL_epocevents_c.h51 #define _THIS SDL_VideoDevice *_this macro
55 extern void EPOC_InitOSKeymap(_THIS);
56 extern void EPOC_PumpEvents(_THIS);
/external/qemu/distrib/sdl-1.2.15/src/audio/dmedia/
H A DSDL_irixaudio.h32 #define _THIS SDL_AudioDevice *this macro
/external/qemu/distrib/sdl-1.2.15/src/audio/alsa/
H A DSDL_alsa_audio.h32 #define _THIS SDL_AudioDevice *this macro
/external/qemu/distrib/sdl-1.2.15/src/audio/disk/
H A DSDL_diskaudio.h31 #define _THIS SDL_AudioDevice *this macro
/external/qemu/distrib/sdl-1.2.15/src/audio/dummy/
H A DSDL_dummyaudio.h30 #define _THIS SDL_AudioDevice *this macro
/external/qemu/distrib/sdl-1.2.15/src/audio/macosx/
H A DSDL_coreaudio.h31 #define _THIS SDL_AudioDevice *this macro
/external/qemu/distrib/sdl-1.2.15/src/audio/macrom/
H A DSDL_romaudio.h33 #define _THIS SDL_AudioDevice *this macro
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_yuvfuncs.h29 #ifndef _THIS
30 #define _THIS SDL_VideoDevice *_this macro
33 int (*Lock)(_THIS, SDL_Overlay *overlay);
34 void (*Unlock)(_THIS, SDL_Overlay *overlay);
35 int (*Display)(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst);
36 void (*FreeHW)(_THIS, SDL_Overlay *overlay);
/external/qemu/distrib/sdl-1.2.15/src/video/dc/
H A DSDL_dcvideo.h32 #define _THIS SDL_VideoDevice *this macro
/external/qemu/distrib/sdl-1.2.15/src/video/dummy/
H A DSDL_nullvideo.h30 #define _THIS SDL_VideoDevice *this macro
/external/qemu/distrib/sdl-1.2.15/src/audio/arts/
H A DSDL_artsaudio.h32 #define _THIS SDL_AudioDevice *this macro
/external/qemu/distrib/sdl-1.2.15/src/audio/bsd/
H A DSDL_bsdaudio.h29 #define _THIS SDL_AudioDevice *this macro
/external/qemu/distrib/sdl-1.2.15/src/audio/dc/
H A DSDL_dcaudio.h30 #define _THIS SDL_AudioDevice *this macro
/external/qemu/distrib/sdl-1.2.15/src/audio/dsp/
H A DSDL_dspaudio.h30 #define _THIS SDL_AudioDevice *this macro
/external/qemu/distrib/sdl-1.2.15/src/audio/esd/
H A DSDL_esdaudio.h30 #define _THIS SDL_AudioDevice *this macro
/external/qemu/distrib/sdl-1.2.15/src/audio/paudio/
H A DSDL_paudio.h30 #define _THIS SDL_AudioDevice *this macro

Completed in 3421 milliseconds

123