Searched defs:guGuestYRes (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Frontends/VBoxSDL/ |
H A D | VBoxSDLTest.cpp | 50 static unsigned long guGuestYRes; /* virtual framebuffer height */ variable 166 guGuestYRes = h; 250 newHeight = RT_MIN(guMaxScreenHeight, guGuestYRes); 268 RTPrintf("Testing "ESC_BOLD"%ldx%ld@%ld"ESC_NORM"\n", guGuestXRes, guGuestYRes, guGuestBpp); 293 gPtrVRAM = malloc(guGuestXRes * guGuestYRes * bytes_per_pixel); 294 gSurfVRAM = SDL_CreateRGBSurfaceFrom(gPtrVRAM, guGuestXRes, guGuestYRes, guGuestBpp, 301 gSurfVRAM = SDL_CreateRGBSurface(SDL_SWSURFACE, guGuestXRes, guGuestYRes, guGuestBpp, 308 guGuestXRes, guGuestYRes, guGuestBpp); 316 SDL_Rect rect = { 0, 0, (Uint16)guGuestXRes, (Uint16)guGuestYRes }; 384 SDL_Rect rect = { 0, 0, (Uint16)guGuestXRes, (Uint16)guGuestYRes }; [all...] |
Completed in 42 milliseconds