Home
last modified time | relevance | path

Searched refs:STATUS_BAR_HEIGHT (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
DCustomizedDisplayLibInternal.c156 gScreenDimensions.BottomRow - STATUS_BAR_HEIGHT - gFooterHeight, in PrintFramework()
157 gScreenDimensions.BottomRow - STATUS_BAR_HEIGHT - 1, in PrintFramework()
220 …PrintCharAt (gScreenDimensions.LeftColumn, gScreenDimensions.BottomRow - STATUS_BAR_HEIGHT - gFoot… in PrintFramework()
227 for (Row = gScreenDimensions.BottomRow - STATUS_BAR_HEIGHT - gFooterHeight + 1; in PrintFramework()
228 Row <= gScreenDimensions.BottomRow - STATUS_BAR_HEIGHT - 2; in PrintFramework()
236 …PrintCharAt (gScreenDimensions.LeftColumn, gScreenDimensions.BottomRow - STATUS_BAR_HEIGHT - 1, Ch… in PrintFramework()
438 …((FormData->ScreenDimensions->BottomRow - FormData->ScreenDimensions->TopRow) > STATUS_BAR_HEIGHT + in ScreenDiemensionInfoValidate()
583 BottomRowOfHotKeyHelp = LocalScreen.BottomRow - STATUS_BAR_HEIGHT - 3; in PrintHotKeyHelpString()
DCustomizedDisplayLibInternal.h65 #define STATUS_BAR_HEIGHT 1 macro
DCustomizedDisplayLib.c83 ScreenForStatement->BottomRow = gScreenDimensions.BottomRow - STATUS_BAR_HEIGHT - gFooterHeight; in DisplayPageFrame()
172 TopRowOfHelp = gScreenDimensions.BottomRow - STATUS_BAR_HEIGHT - gFooterHeight + 1; in RefreshKeyHelp()
173 BottomRowOfHelp = gScreenDimensions.BottomRow - STATUS_BAR_HEIGHT - 2; in RefreshKeyHelp()