Searched refs:screenHeight (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Main/webservice/samples/php/ |
H A D | clienttest.php | 60 list($screenWidth, $screenHeight, $screenBpp, $screenX, $screenY, $screenStatus) = $display->getScreenResolution(0 /* First screen */); 62 $imageraw = $display->takeScreenShotToArray(0 /* First screen */, $screenWidth, $screenHeight, "RGBA"); 66 echo "Saving screenshot of " . $machine->name . " (${screenWidth}x${screenHeight}, ${screenBpp}BPP) to $filename\n"; 67 $image = imagecreatetruecolor($screenWidth, $screenHeight); 69 for ($height = 0; $height < $screenHeight; $height++)
|
/vbox/src/VBox/Frontends/VBoxFB/ |
H A D | Framebuffer.cpp | 32 DFBCHECK(surface->GetSize(surface, (int*)&screenWidth, (int*)&screenHeight)); 35 if ((screenWidth != fbWidth) || (screenHeight != fbHeight)) 225 float factorY = (float)screenHeight / (float)fbHeight; 237 y + (screenHeight - fbHeight) / 2)); 270 if ((screenWidth == w) && (screenHeight == h))
|
H A D | Framebuffer.h | 62 uint32_t screenHeight; member in class:VBoxDirectFB
|
Completed in 43 milliseconds