HomeSort by relevance Sort by last modified time
    Searched refs:RightColumn (Results 1 - 13 of 13) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
CustomizedDisplayLibInternal.c 64 // ClearLines(0, LocalScreen.RightColumn, 0, BANNER_HEIGHT-1, BANNER_TEXT | BANNER_BACKGROUND);
68 gScreenDimensions.RightColumn,
109 gScreenDimensions.LeftColumn + (gScreenDimensions.RightColumn - gScreenDimensions.LeftColumn) / 3,
120 gScreenDimensions.LeftColumn + (gScreenDimensions.RightColumn - gScreenDimensions.LeftColumn) * 2 / 3,
155 gScreenDimensions.RightColumn,
166 for (Index = 0; Index + 2 < (gScreenDimensions.RightColumn - gScreenDimensions.LeftColumn); Index++) {
188 PrintCharAt (gScreenDimensions.RightColumn - 1, Row, Character);
196 TitleColumn = (gScreenDimensions.RightColumn + gScreenDimensions.LeftColumn - LibGetStringWidth (TitleStr) / 2) / 2;
202 gScreenDimensions.RightColumn - 1 - TitleColumn
232 PrintCharAt (gScreenDimensions.RightColumn - 1, Row, Character);
    [all...]
CustomizedDisplayLib.c 90 ScreenForStatement->RightColumn = gScreenDimensions.RightColumn;
97 ClearLines (0, gScreenDimensions.RightColumn, 0, gScreenDimensions.BottomRow, KEYHELP_BACKGROUND);
164 SecCol = gScreenDimensions.LeftColumn + (gScreenDimensions.RightColumn - gScreenDimensions.LeftColumn) / 3;
165 ThdCol = gScreenDimensions.LeftColumn + (gScreenDimensions.RightColumn - gScreenDimensions.LeftColumn) / 3 * 2;
171 RightColumnOfHelp = gScreenDimensions.RightColumn - 1;
354 OptionWidth = (CHAR16) ((gScreenDimensions.RightColumn - gScreenDimensions.LeftColumn) / 3);
438 if (gScreenDimensions.RightColumn == 0 || gScreenDimensions.BottomRow == 0) {
443 &gScreenDimensions.RightColumn,
448 DimensionsWidth = gScreenDimensions.RightColumn - gScreenDimensions.LeftColumn;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/FormBrowser2/
FormBrowser2.h 39 UINTN RightColumn;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FormBrowser/
FormBrowser.h 65 UINTN RightColumn;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkFormBrowser.h 55 UINTN RightColumn;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
FormBrowser2.h 37 @param RightColumn The value that designates the text
51 UINTN RightColumn;
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
CustomizedDisplayLib.h 227 @param RightColumn Right column of retangle.
237 IN UINTN RightColumn,
  /external/eigen/unsupported/Eigen/src/Polynomials/
Companion.h 51 typedef Matrix<Scalar, Deg, 1> RightColumn;
134 RightColumn m_monic;
259 VectorBlock<RightColumn,Deg_1> headMonic( m_monic, 0, deg_1 );
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
FormDisplay.c 363 return (UINT16)(gStatementDimensions.RightColumn - gStatementDimensions.LeftColumn - 2 * (gModalSkipColumn + LEFT_SKIPPED_COLUMNS));
    [all...]
InputHandler.c 89 DimensionsWidth = gStatementDimensions.RightColumn - gStatementDimensions.LeftColumn;
    [all...]
ProcessOptions.c 606 DimensionsWidth = gStatementDimensions.RightColumn - gStatementDimensions.LeftColumn;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrForm.c 458 UINTN RightColumn;
483 RightColumn = 0;
486 ConOut->QueryMode (ConOut, ConOut->Mode->Mode, &RightColumn, &BottomRow);
488 DimensionsWidth = RightColumn - LeftColumn;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DriverSample.c     [all...]

Completed in 2090 milliseconds