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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp475 unsigned char_dots, clock_doubled, clock_index; local
503 char_dots = (pThis->sr[0x01] & 1) ? 8 : 9; /* 8 or 9 dots per cclk. */
505 chars_per_sec = clocks[clock_index] / char_dots;
4076 int w, h, char_height, char_dots; local
4083 char_dots = (pThis->sr[0x01] & 1) ? 8 : 9;
4089 pHlp->pfnPrintf(pHlp, "htotal: %d px (%d cclk)\n", val * char_dots, val);
4093 w = val * char_dots;
4107 pHlp->pfnPrintf(pHlp, "text mode %dx%d\n", w / char_dots, h / (char_height << double_scan));
4112 pHlp->pfnPrintf(pHlp, "hblank start: %d px (%d cclk)\n", val * char_dots, val);
4114 pHlp->pfnPrintf(pHlp, "hblank end : %d px (%d cclk)\n", val * char_dots, va
[all...]

Completed in 62 milliseconds