Searched refs:VDI_h (Results 1 – 3 of 3) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/gem/ |
D | SDL_gemvideo.c | 346 VDI_h = work_out[1] + 1; in GEM_VideoInit() 432 this->info.current_h = VDI_h; in GEM_VideoInit() 459 SDL_modelist[0]->h = VDI_h; in GEM_VideoInit() 523 pxy[3] = VDI_h - 1; in GEM_ClearScreen() 553 form_dial( FMD_START, 0,0,0,0, 0,0,VDI_w,VDI_h); in GEM_LockScreen() 609 form_dial( FMD_FINISH, 0,0,0,0, 0,0,VDI_w,VDI_h); in GEM_UnlockScreen() 636 if ((VDI_w < width) || (VDI_h < height)) { in GEM_SetVideoMode()
|
D | SDL_gemvideo.h | 100 #define VDI_h (this->hidden->full_h) macro
|
D | SDL_gemevents.c | 311 h2 = VDI_h; in do_mouse()
|