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

/vbox/src/VBox/Additions/x11/vboxvideo/
H A Dsetmode.c99 uint64_t cbOldFB, cbNewFB; local
102 cbNewFB = vboxLineLength(pScrn, cNewX) * cNewY;
105 if (cbNewFB > (uint64_t)pVBox->cbFBMax)
106 cbNewFB = 0;
107 memset(pVBox->base, 0, max(cbOldFB, cbNewFB));

Completed in 42 milliseconds