Searched defs:cyPNG (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp254 uint32_t cyPNG; member in struct:__anon16501
266 &pData->cbPNG, &pData->cxPNG, &pData->cyPNG, 1);
277 pData->cyPNG = 0;
296 uint32_t cyPNG = 0; local
353 cyPNG = pScreenshot->cyPNG;
384 rc = DisplayMakePNG(pu8Data, cx, cy, &pu8PNG, &cbPNG, &cxPNG, &cyPNG, 1);
394 cyPNG = 0;
442 SSMR3PutU32(pSSM, cyPNG);
2144 uint32_t cyPNG local
[all...]
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp6451 uint32_t cyPNG = 0; local
6453 vrc = DisplayMakePNG(pu8Data, u32Width, u32Height, &pu8PNG, &cbPNG, &cxPNG, &cyPNG, 0);

Completed in 333 milliseconds