Home
last modified time | relevance | path

Searched refs:SetCaption (Results 1 – 25 of 32) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.12/src/video/dummy/
DSDL_nullvideo.c122 device->SetCaption = NULL; in DUMMY_CreateDevice()
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_sysvideo.h203 void (*SetCaption)(_THIS, const char *title, const char *icon); member
DSDL_video.c1691 if ( (title || icon) && (video->SetCaption != NULL) ) { in SDL_WM_SetCaption()
1692 video->SetCaption(this, video->wm_title,video->wm_icon); in SDL_WM_SetCaption()
/external/qemu/distrib/sdl-1.2.12/src/video/dc/
DSDL_dcvideo.c120 device->SetCaption = NULL; in DC_CreateDevice()
/external/qemu/distrib/sdl-1.2.12/src/video/ggi/
DSDL_ggivideo.c123 device->SetCaption = NULL; in GGI_CreateDevice()
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
DSDL_sysvideo.cc123 device->SetCaption = QT_SetWMCaption; in QT_CreateDevice()
/external/qemu/distrib/sdl-1.2.12/src/video/aalib/
DSDL_aavideo.c110 device->SetCaption = NULL; in AA_CreateDevice()
/external/qemu/distrib/sdl-1.2.12/src/video/picogui/
DSDL_pgvideo.c124 device->SetCaption = PG_SetCaption; in PG_CreateDevice()
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
DSDL_wimpvideo.c234 this->SetCaption = WIMP_SetWMCaption; in WIMP_SetDeviceMode()
DSDL_riscosFullScreenVideo.c282 this->SetCaption = FULLSCREEN_SetWMCaption; in FULLSCREEN_SetDeviceMode()
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/
DSDL_nxvideo.c132 device -> SetCaption = NX_SetCaption; in NX_CreateDevice()
/external/qemu/distrib/sdl-1.2.12/src/video/svga/
DSDL_svgavideo.c143 device->SetCaption = NULL; in SVGA_CreateDevice()
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
DSDL_ph_video.c112 device->SetCaption = ph_SetCaption; in ph_CreateDevice()
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
DSDL_gsvideo.c120 this->SetCaption = NULL; in GS_CreateDevice()
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
DSDL_wingl.c64 this->SetCaption(this, this->wm_title, this->wm_icon); in WIN_GL_ResetWindow()
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/
DSDL_vglvideo.c149 device->SetCaption = NULL; in VGL_CreateDevice()
/external/qemu/distrib/sdl-1.2.12/src/video/ipod/
DSDL_ipodvideo.c145 this->SetCaption = 0; in iPod_CreateDevice()
/external/qemu/distrib/sdl-1.2.12/src/video/macrom/
DSDL_romvideo.c171 device->SetCaption = Mac_SetCaption; in ROM_CreateDevice()
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
DSDL_sysvideo.cc135 device->SetCaption = BE_SetWMCaption; in BE_CreateDevice()
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/
DSDL_epocvideo.cpp169 device->SetCaption = NULL; in EPOC_CreateDevice()
/external/qemu/distrib/sdl-1.2.12/src/video/dga/
DSDL_dgavideo.c157 device->SetCaption = NULL; in DGA_CreateDevice()
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
DSDL_gemvideo.c168 device->SetCaption = GEM_SetCaption; in GEM_CreateDevice()
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
DSDL_cgxvideo.c235 device->SetCaption = CGX_SetCaption; in CGX_CreateDevice()
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
DSDL_dspvideo.c310 device->SetCaption = NULL; in DSp_CreateDevice()
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/
DSDL_DirectFB_video.c141 device->SetCaption = NULL; in DirectFB_CreateDevice()

12