/external/qemu/distrib/sdl-1.2.15/src/video/dc/ |
SDL_dcevents.c | 140 void DC_PumpEvents(_THIS) 146 void DC_InitOSKeymap(_THIS)
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
SDL_QuartzEvents.m | 80 void QZ_InitOSKeymap (_THIS) { 333 static void QZ_DoKey (_THIS, int state, NSEvent *event) { 393 static void QZ_DoUnsidedModifiers (_THIS, unsigned int newMods) { 439 static void QZ_HandleNonDeviceModifier ( _THIS, unsigned int device_independent_mask, unsigned int newMods, unsigned int key_sym) { 467 static void QZ_HandleModifierOneSide ( _THIS, unsigned int newMods, 503 static void QZ_HandleModifierSide ( _THIS, int device_independent_mask, 546 static void QZ_ReleaseModifierSide ( _THIS, 596 static void QZ_HandleCapsLock (_THIS, unsigned int newMods) { 625 static void QZ_DoSidedModifiers (_THIS, unsigned int newMods) { 679 static void QZ_DoModifiers (_THIS, unsigned int newMods) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11video.c | 62 static int X11_VideoInit(_THIS, SDL_PixelFormat *vformat); 63 static SDL_Surface *X11_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags); 64 static int X11_ToggleFullScreen(_THIS, int on); 65 static void X11_UpdateMouse(_THIS); 66 static int X11_SetColors(_THIS, int firstcolor, int ncolors, 68 static int X11_SetGammaRamp(_THIS, Uint16 *ramp); 69 static void X11_VideoQuit(_THIS); 326 static void create_aux_windows(_THIS) 584 static int X11_VideoInit(_THIS, SDL_PixelFormat *vformat) 728 static void X11_DestroyWindow(_THIS, SDL_Surface *screen [all...] |
SDL_x11yuv.c | 160 SDL_Overlay *X11_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display) 472 int X11_LockYUVOverlay(_THIS, SDL_Overlay *overlay) 477 void X11_UnlockYUVOverlay(_THIS, SDL_Overlay *overlay) 482 int X11_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst) 507 void X11_FreeYUVOverlay(_THIS, SDL_Overlay *overlay)
|
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
SDL_ataridevmouse.c | 118 void SDL_AtariDevMouse_PostMouseEvents(_THIS, SDL_bool buttonEvents)
|
SDL_atarievents.c | 59 static void Atari_InitializeEvents(_THIS) 113 void Atari_InitOSKeymap(_THIS) 123 void SDL_Atari_InitInternalKeymap(_THIS) 163 void Atari_PumpEvents(_THIS)
|
SDL_xbiosevents.c | 119 void SDL_AtariXbios_PostMouseEvents(_THIS, SDL_bool buttonEvents)
|
/external/qemu/distrib/sdl-1.2.15/src/video/dga/ |
SDL_dgavideo.h | 42 #define _THIS SDL_VideoDevice *this
|
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/ |
SDL_lowvideo.h | 46 #define _THIS SDL_VideoDevice *this
|
SDL_macevents.c | 57 static void Mac_DoAppleMenu(_THIS, long item); 89 static void myGlobalToLocal(_THIS, Point *pt) 105 static int Mac_HandleEvents(_THIS, int wait4it) 448 void Mac_PumpEvents(_THIS) 456 void Mac_InitOSKeymap(_THIS) 674 void Mac_InitEvents(_THIS) 691 void Mac_QuitEvents(_THIS) 702 static void Mac_DoAppleMenu(_THIS, long choice)
|
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/ |
SDL_nxvideo.h | 42 #define _THIS SDL_VideoDevice * this
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/ |
SDL_gsvideo.h | 37 #define _THIS SDL_VideoDevice *this
|
SDL_gsyuv.c | 75 SDL_Overlay *GS_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display) 308 int GS_LockYUVOverlay(_THIS, SDL_Overlay *overlay) 313 void GS_UnlockYUVOverlay(_THIS, SDL_Overlay *overlay) 318 int GS_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst) 441 void GS_FreeYUVOverlay(_THIS, SDL_Overlay *overlay)
|
SDL_gsevents.c | 143 int GS_InGraphicsMode(_THIS) 148 int GS_EnterGraphicsMode(_THIS) 209 void GS_LeaveGraphicsMode(_THIS) 224 void GS_CloseKeyboard(_THIS) 235 int GS_OpenKeyboard(_THIS) 311 void GS_CloseMouse(_THIS) 481 int GS_OpenMouse(_THIS) 616 static void handle_mouse(_THIS) 760 static void handle_keyboard(_THIS) 781 void GS_PumpEvents(_THIS) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/ |
SDL_xbios_blowup.c | 35 void SDL_XBIOS_ListBlowupModes(_THIS, int actually_add, blow_cookie_t *cookie_blow)
|
SDL_xbios_milan.c | 78 void SDL_XBIOS_ListMilanModes(_THIS, int actually_add)
|
/external/qemu/distrib/sdl-1.2.15/src/audio/dart/ |
SDL_dart.c | 76 int DART_OpenAudio(_THIS, SDL_AudioSpec *spec) 151 SDL_memset(&(_this->hidden->MixSetupParms), 0, sizeof(MCI_MIXSETUP_PARMS)); 152 _this->hidden->MixSetupParms.ulBitsPerSample = iBits; 153 _this->hidden->MixSetupParms.ulFormatTag = MCI_WAVE_FORMAT_PCM; 154 _this->hidden->MixSetupParms.ulSamplesPerSec = iFreq; 155 _this->hidden->MixSetupParms.ulChannels = iChannels; 156 _this->hidden->MixSetupParms.ulFormatMode = MCI_PLAY; 157 _this->hidden->MixSetupParms.ulDeviceType = MCI_DEVTYPE_WAVEFORM_AUDIO; 158 _this->hidden->MixSetupParms.pmixEvent = DARTEventFunc; 161 &(_this->hidden->MixSetupParms), 0) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
SDL_ph_video.c | 45 static int ph_VideoInit(_THIS, SDL_PixelFormat *vformat); 46 static SDL_Surface *ph_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags); 47 static int ph_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors); 48 static void ph_VideoQuit(_THIS); 164 static PtWidget_t *ph_CreateWindow(_THIS) 173 static int ph_SetupWindow(_THIS, int w, int h, int flags) 347 static int ph_VideoInit(_THIS, SDL_PixelFormat* vformat) 448 static SDL_Surface* ph_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags) 568 static void ph_VideoQuit(_THIS) 594 static int ph_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors [all...] |
SDL_phyuv.c | 71 SDL_Overlay* ph_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface* display) 281 int ph_LockYUVOverlay(_THIS, SDL_Overlay* overlay) 327 void ph_UnlockYUVOverlay(_THIS, SDL_Overlay* overlay) 337 int ph_DisplayYUVOverlay(_THIS, SDL_Overlay* overlay, SDL_Rect* src, SDL_Rect* dst) 459 void ph_FreeYUVOverlay(_THIS, SDL_Overlay *overlay)
|
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
SDL_fbevents.c | 150 int FB_InGraphicsMode(_THIS) 155 int FB_EnterGraphicsMode(_THIS) 218 void FB_LeaveGraphicsMode(_THIS) 234 void FB_CloseKeyboard(_THIS) 245 int FB_OpenKeyboard(_THIS) 330 void FB_CloseMouse(_THIS) 547 int FB_OpenMouse(_THIS) 746 static void handle_tslib(_THIS) 763 static void handle_mouse(_THIS) 932 static void switch_vt_prep(_THIS) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/ |
SDL_epocevents.cpp | 55 static SDL_keysym *TranslateKey(_THIS, int scancode, SDL_keysym *keysym); 56 void DisableKeyBlocking(_THIS); 61 int EPOC_HandleWsEvent(_THIS, const TWsEvent& aWsEvent) 131 (void*)TranslateKey(_this, aWsEvent.Key()->iScanCode, &keysym); 162 posted += SDL_PrivateKeyboard(SDL_RELEASED, TranslateKey(_this, aWsEvent.Key()->iScanCode, &keysym)); 171 DisableKeyBlocking(_this); //Markus: guess why:-) 173 RedrawWindowL(_this); 248 RedrawWindowL(_this); 290 void EPOC_PumpEvents(_THIS) 297 posted = EPOC_HandleWsEvent(_this, Private->EPOC_WsEvent) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/ |
SDL_mintaudio.c | 90 void SDL_MintAudio_AddFrequency(_THIS, Uint32 frequency, Uint32 clock, 123 int SDL_MintAudio_SearchFrequency(_THIS, int desired_freq)
|
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/ |
SDL_aaevents.c | 42 void AA_PumpEvents(_THIS) 119 void AA_InitOSKeymap(_THIS)
|
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/ |
SDL_vglevents.c | 72 static void handle_keyboard(_THIS) 99 static void handle_mouse(_THIS) 133 void VGL_PumpEvents(_THIS) 142 void VGL_InitOSKeymap(_THIS)
|
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/ |
SDL_os2fslib.c | [all...] |