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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
H A DProcessOptions.c1413 @param EachLineWidth The max string length of each line in the formatted string.
1421 OUT UINT16 *EachLineWidth,
1457 *EachLineWidth = MaxStringLen;
1418 ProcessHelpString( IN CHAR16 *StringPtr, OUT CHAR16 **FormattedString, OUT UINT16 *EachLineWidth, IN UINTN RowCount ) argument
H A DFormDisplay.c2583 UINT16 EachLineWidth; local
2606 EachLineWidth = 0;
2928 HelpLine = ProcessHelpString (StringPtr, &HelpString, &EachLineWidth, RowCount);
2997 &HelpString[Index * EachLineWidth],
3016 &HelpString[Index * EachLineWidth],
3026 &HelpString[(Index + HelpPageIndex * (RowCount - 2) + 1)* EachLineWidth],

Completed in 45 milliseconds