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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DHiiFont.h55 UINTN LineHeight; ///< The height of the line, in pixels. member in struct:_EFI_HII_ROW_INFO
122 row, the LineHeight and BaseLine may describe pixels that are
243 partially displayed. For the final row, the LineHeight and
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c1579 UINTN LineHeight; local
1730 LineHeight = Height;
1855 if ((Flags & EFI_HII_OUT_FLAG_CLIP_CLEAN_Y) == EFI_HII_OUT_FLAG_CLIP_CLEAN_Y && LastLineHeight < LineHeight ) {
1861 LineHeight = LastLineHeight;
1919 RowInfo[RowIndex].LineHeight = LineHeight;
1934 RowInfo[RowIndex].LineHeight = LineHeight;
2036 BltBuffer = AllocateZeroPool (RowInfo[RowIndex].LineWidth * RowInfo[RowIndex].LineHeight * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
2058 RowInfo[RowIndex].LineHeight,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLibPrint.c509 Height = RowInfoArray[0].LineHeight;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiLibPrint.c509 Height = RowInfoArray[0].LineHeight;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
H A DGraphicsConsole.c1832 RowInfoArray[0].LineHeight,

Completed in 58 milliseconds