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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DUi.c2126 UINTN RowCount; local
2145 RowCount = 0;
2864 RowCount = BottomRow - TopRow;
2869 HelpLine = ProcessHelpString (StringPtr, &HelpString, RowCount);
2870 if (HelpLine > RowCount) {
2873 HelpHeaderLine = ProcessHelpString (StringPtr, &HelpHeaderString, RowCount);
2875 HelpBottomLine = ProcessHelpString (StringPtr, &HelpBottomString, RowCount);
2879 if (HelpLine > 2 * RowCount - 2) {
2880 HelpPageCount = (HelpLine - RowCount + 1) / (RowCount
[all...]

Completed in 76 milliseconds