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

/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp448 uint32_t rdpdatawidth = dstwidth * 3; local
449 uint32_t rdpdatalen = dstheight * rdpdatawidth;
497 dst = dataarray + (dstheight - 1) * rdpdatawidth;
507 dst -= rdpdatawidth;

Completed in 61 milliseconds