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

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
CustomizedDisplayLib.c 83 ScreenForStatement->BottomRow = gScreenDimensions.BottomRow - STATUS_BAR_HEIGHT - gFooterHeight;
97 ClearLines (0, gScreenDimensions.RightColumn, 0, gScreenDimensions.BottomRow, KEYHELP_BACKGROUND);
172 TopRowOfHelp = gScreenDimensions.BottomRow - STATUS_BAR_HEIGHT - gFooterHeight + 1;
173 BottomRowOfHelp = gScreenDimensions.BottomRow - STATUS_BAR_HEIGHT - 2;
362 gScreenDimensions.BottomRow - 1,
368 PrintStringAt (gScreenDimensions.LeftColumn + OptionWidth + Index, gScreenDimensions.BottomRow - 1, L" ");
381 gScreenDimensions.BottomRow - 1,
389 gScreenDimensions.BottomRow - 1,
438 if (gScreenDimensions.RightColumn == 0 || gScreenDimensions.BottomRow == 0) {
    [all...]
CustomizedDisplayLibInternal.c 156 gScreenDimensions.BottomRow - STATUS_BAR_HEIGHT - gFooterHeight,
157 gScreenDimensions.BottomRow - STATUS_BAR_HEIGHT - 1,
220 PrintCharAt (gScreenDimensions.LeftColumn, gScreenDimensions.BottomRow - STATUS_BAR_HEIGHT - gFooterHeight, Character);
227 for (Row = gScreenDimensions.BottomRow - STATUS_BAR_HEIGHT - gFooterHeight + 1;
228 Row <= gScreenDimensions.BottomRow - STATUS_BAR_HEIGHT - 2;
236 PrintCharAt (gScreenDimensions.LeftColumn, gScreenDimensions.BottomRow - STATUS_BAR_HEIGHT - 1, Character);
420 &gScreenDimensions.BottomRow
428 (gScreenDimensions.BottomRow < FormData->ScreenDimensions->BottomRow)
436 (FormData->ScreenDimensions->BottomRow > FormData->ScreenDimensions->TopRow) &&
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/contactgrid/
BottomRow.java 39 public class BottomRow {
73 private BottomRow() {}
ContactGridManager.java 173 BottomRow.Info info = BottomRow.getInfo(context, primaryCallState, primaryInfo);
335 BottomRow.Info info = BottomRow.getInfo(context, primaryCallState, primaryInfo);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/FormBrowser2/
FormBrowser2.h 41 UINTN BottomRow;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FormBrowser/
FormBrowser.h 67 UINTN BottomRow;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkFormBrowser.h 57 UINTN BottomRow;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
FormBrowser2.h 45 @param BottomRow The value that designates the text row from the
53 UINTN BottomRow;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
FormDisplay.c     [all...]
ProcessOptions.c 607 DimensionsHeight = gStatementDimensions.BottomRow - gStatementDimensions.TopRow;
967 BufferSize = (gOptionBlockWidth + 1) * 2 * gStatementDimensions.BottomRow;
    [all...]
InputHandler.c 90 DimensionsHeight = gStatementDimensions.BottomRow - gStatementDimensions.TopRow;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
CustomizedDisplayLib.h 229 @param BottomRow End row of retangle.
239 IN UINTN BottomRow,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrForm.c 460 UINTN BottomRow;
481 BottomRow = 0;
486 ConOut->QueryMode (ConOut, ConOut->Mode->Mode, &RightColumn, &BottomRow);
489 DimensionsHeight = BottomRow - TopRow;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DriverSample.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Setup.h 500 UINTN BottomRow;
    [all...]

Completed in 667 milliseconds