Searched defs:LineHeight (Results 1 - 2 of 2) 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...]

Completed in 38 milliseconds