Home
last modified time | relevance | path

Searched refs:LineHeight (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DFont.c1600 UINTN LineHeight; in HiiStringToImage() local
1753 LineHeight = Height; in HiiStringToImage()
1878 … EFI_HII_OUT_FLAG_CLIP_CLEAN_Y) == EFI_HII_OUT_FLAG_CLIP_CLEAN_Y && LastLineHeight < LineHeight ) { in HiiStringToImage()
1884 LineHeight = LastLineHeight; in HiiStringToImage()
1942 RowInfo[RowIndex].LineHeight = LineHeight; in HiiStringToImage()
1957 RowInfo[RowIndex].LineHeight = LineHeight; in HiiStringToImage()
2059 …BltBuffer = AllocatePool (RowInfo[RowIndex].LineWidth * RowInfo[RowIndex].LineHeight * sizeof (EFI… in HiiStringToImage()
2068 …SetMem32 (BltBuffer,RowInfo[RowIndex].LineWidth * RowInfo[RowIndex].LineHeight * sizeof (EFI_GRAPH… in HiiStringToImage()
2086 RowInfo[RowIndex].LineHeight, in HiiStringToImage()
2115 RowInfo[RowIndex].LineHeight, in HiiStringToImage()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiFont/
DHiiFont.h50 UINTN LineHeight; member
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DHiiFont.h55 UINTN LineHeight; ///< The height of the line, in pixels. member
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
DUefiLibPrint.c509 Height = RowInfoArray[0].LineHeight; in InternalPrintGraphic()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
DUefiLibPrint.c509 Height = RowInfoArray[0].LineHeight; in InternalPrintGraphic()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
DGraphicsConsole.c1854 RowInfoArray[0].LineHeight, in DrawUnicodeWeightAtCursorN()