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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp4076 int w, h, char_height, char_dots; local
4105 char_height = val;
4107 pHlp->pfnPrintf(pHlp, "text mode %dx%d\n", w / char_dots, h / (char_height << double_scan));

Completed in 64 milliseconds