Searched refs:updateImage (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp625 maFramebuffers[ul].updateImage.pu8Address = NULL;
626 maFramebuffers[ul].updateImage.cbLine = 0;
694 maFramebuffers[uScreenId].updateImage.pSourceBitmap.setNull();
695 maFramebuffers[uScreenId].updateImage.pu8Address = NULL;
696 maFramebuffers[uScreenId].updateImage.cbLine = 0;
887 pFBInfo->updateImage.pSourceBitmap.setNull();
888 pFBInfo->updateImage.pu8Address = NULL;
889 pFBInfo->updateImage.cbLine = 0;
945 pFBInfo->updateImage.pSourceBitmap = pSourceBitmap;
946 pFBInfo->updateImage
[all...]
/vbox/src/VBox/Main/include/
H A DDisplayImpl.h61 } updateImage; member in struct:_DISPLAYFBINFO

Completed in 348 milliseconds