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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA.cpp3350 uint32_t cbCurrentWidth = cbWidth; local
3362 while (cbCurrentWidth)
3366 if (offCurrent + cbCurrentWidth <= offDesc + pDesc->numPages * PAGE_SIZE)
3368 cbToCopy = cbCurrentWidth;
3373 AssertReturn(cbToCopy <= cbCurrentWidth, VERR_INVALID_PARAMETER);
3384 cbCurrentWidth -= cbToCopy;
3389 if (cbCurrentWidth)

Completed in 50 milliseconds