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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp4174 * @param iScrEnd The row at which the current screen output end
4180 uint32_t iScrBegin, uint32_t iScrEnd)
4184 if (iScrBegin || iScrEnd < cRows)
4186 cCols, iScrEnd - iScrBegin, iScrBegin, cRows - iScrEnd);
4188 RTStrPrintf(szTitle, sizeof(szTitle), "%ux%u", cCols, iScrEnd - iScrBegin);
4204 else if (iRow == iScrEnd)
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

Completed in 67 milliseconds