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

/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp469 uint32_t minwidth = RT_MIN(width - xSkip, dstwidth); local
475 for (x = 0; x < minwidth; x++)
501 for (x = 0; x < minwidth; x++)

Completed in 72 milliseconds