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

/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp468 uint32_t minheight = RT_MIN(height - ySkip, dstheight); local
473 for (y = 0; y < minheight; y++)
499 for (y = 0; y < minheight ; y++)

Completed in 58 milliseconds