Home
last modified time | relevance | path

Searched refs:XBIOS_height (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/xbios/
DSDL_xbios.h123 #define XBIOS_height (this->hidden->height) macro
DSDL_xbios.c614 current->h = XBIOS_height = height; in XBIOS_SetVideoMode()
785 destscr += XBIOS_pitch * ((XBIOS_height - surface->h) >> 1); in XBIOS_FlipHWSurface()