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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DUi.c2096 CHAR16 *HelpBottomString; local
2137 HelpBottomString = NULL;
2875 HelpBottomLine = ProcessHelpString (StringPtr, &HelpBottomString, RowCount);
2965 ASSERT (GetStringWidth (HelpBottomString) / 2 < (UINTN) (gHelpBlockWidth - 1));
2967 LocalScreen.RightColumn - GetStringWidth (HelpBottomString) / 2 - 1,
2969 &HelpBottomString[Index * gHelpBlockWidth * 2]

Completed in 107 milliseconds