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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp4135 * @param cCols The number of columns.
4138 static void vgaInfoTextPrintSeparatorLine(PCDBGFINFOHLP pHlp, size_t cCols, const char *pszTitle) argument
4143 if (cchTitle + 6 >= cCols)
4146 cCols = 0;
4150 size_t cchLeft = (cCols - cchTitle - 2) / 2;
4151 cCols -= cchLeft + cchTitle + 2;
4158 while (cCols-- > 0)
4171 * @param cCols The number of columns on the screen.
4179 uint32_t cCols, uint32_t cRows,
4186 cCols, iScrEn
4177 vgaInfoTextWorker(PVGASTATE pThis, PCDBGFINFOHLP pHlp, uint32_t offStart, uint32_t cbLine, uint32_t cCols, uint32_t cRows, uint32_t iScrBegin, uint32_t iScrEnd) argument
4282 uint32_t cCols = cbLine / 8; local
[all...]

Completed in 59 milliseconds