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

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
CustomizedDisplayLibInternal.c 156 gScreenDimensions.BottomRow - STATUS_BAR_HEIGHT - gFooterHeight,
220 PrintCharAt (gScreenDimensions.LeftColumn, gScreenDimensions.BottomRow - STATUS_BAR_HEIGHT - gFooterHeight, Character);
227 for (Row = gScreenDimensions.BottomRow - STATUS_BAR_HEIGHT - gFooterHeight + 1;
412 gFooterHeight = FOOTER_HEIGHT + (Index / 3);
439 FRONT_PAGE_HEADER_HEIGHT + gFooterHeight + 3)) {
CustomizedDisplayLibInternal.h 96 extern UINTN gFooterHeight;
CustomizedDisplayLib.c 24 UINTN gFooterHeight;
83 ScreenForStatement->BottomRow = gScreenDimensions.BottomRow - STATUS_BAR_HEIGHT - gFooterHeight;
172 TopRowOfHelp = gScreenDimensions.BottomRow - STATUS_BAR_HEIGHT - gFooterHeight + 1;

Completed in 76 milliseconds