Searched refs:screenWidth (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); 71 for ($width = 0; $width < $screenWidth; $width++) 73 $start = ($height*$screenWidth + $width)*4;
|
/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)) 224 float factorX = (float)screenWidth / (float)fbWidth; 236 x + ((screenWidth - fbWidth) / 2), 270 if ((screenWidth == w) && (screenHeight == h))
|
H A D | Framebuffer.h | 61 uint32_t screenWidth; member in class:VBoxDirectFB
|
Completed in 44 milliseconds