Searched refs:DisplayMakePNG (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Main/src-all/ |
H A D | DisplayPNGUtil.cpp | 70 int DisplayMakePNG(uint8_t *pu8Data, uint32_t cx, uint32_t cy, function
|
/vbox/src/VBox/Main/include/ |
H A D | DisplayImpl.h | 507 int DisplayMakePNG(uint8_t *pu8Data, uint32_t cx, uint32_t cy,
|
/vbox/src/VBox/Main/src-client/ |
H A D | DisplayImpl.cpp | 265 int rc = DisplayMakePNG(pu8BufferAddress, uGuestWidth, uGuestHeight, &pData->pu8PNG, 269 AssertMsgFailed(("DisplayMakePNG failed (rc=%Rrc)\n", rc)); 384 rc = DisplayMakePNG(pu8Data, cx, cy, &pu8PNG, &cbPNG, &cxPNG, &cyPNG, 1); 2146 vrc = DisplayMakePNG(aAddress, aWidth, aHeight, &pu8PNG, &cbPNG, &cxPNG, &cyPNG, 0);
|
/vbox/src/VBox/Main/src-server/ |
H A D | MachineImpl.cpp | 6453 vrc = DisplayMakePNG(pu8Data, u32Width, u32Height, &pu8PNG, &cbPNG, &cxPNG, &cyPNG, 0);
|
Completed in 116 milliseconds