Searched refs:LineHeight (Results 1 – 6 of 6) sorted by relevance
1600 UINTN LineHeight; in HiiStringToImage() local1753 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 …]
50 UINTN LineHeight; member
55 UINTN LineHeight; ///< The height of the line, in pixels. member
509 Height = RowInfoArray[0].LineHeight; in InternalPrintGraphic()
1854 RowInfoArray[0].LineHeight, in DrawUnicodeWeightAtCursorN()