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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
H A DFormDisplay.c2282 @param SkipWidth The skip width between the left to the start of the prompt.
2295 IN UINTN SkipWidth,
2425 PrintStringAtWithWidth (BeginCol, Row, L"", PromptWidth + AdjustValue + SkipWidth);
2433 PrintStringAtWithWidth (BeginCol, Row, L"", SkipWidth);
2515 Width = (UINT16) (OptionLineNum < PromptLineNum ? gOptionBlockWidth : PromptWidth + AdjustValue + SkipWidth);
2293 DisplayOneMenu( IN UI_MENU_OPTION *MenuOption, IN UINTN SkipWidth, IN UINTN BeginCol, IN UINTN SkipLine, IN UINTN BottomRow, IN BOOLEAN Highlight, IN BOOLEAN UpdateCol ) argument

Completed in 13 milliseconds