Searched refs:ThdCol (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
H A DCustomizedDisplayLib.c137 UINTN ThdCol; local
165 ThdCol = gScreenDimensions.LeftColumn + (gScreenDimensions.RightColumn - gScreenDimensions.LeftColumn) / 3 * 2;
176 ColumnWidth2 = ThdCol - SecCol;
177 ColumnWidth3 = RightColumnOfHelp - ThdCol;
199 PrintStringAtWithWidth (ThdCol, BottomRowOfHelp, ColumnStr3, ColumnWidth3);
230 PrintStringAtWithWidth (ThdCol, BottomRowOfHelp, ColumnStr3, ColumnWidth3);
276 PrintStringAtWithWidth (ThdCol, TopRowOfHelp, ColumnStr3, ColumnWidth3);
279 PrintStringAtWithWidth (ThdCol, BottomRowOfHelp, gEnterEscapeString, ColumnWidth3);
289 PrintStringAtWithWidth (ThdCol, BottomRowOfHelp, ColumnStr3, ColumnWidth3);
309 PrintStringAtWithWidth (ThdCol, BottomRowOfHel
[all...]

Completed in 6 milliseconds