Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DFont.c1598 EFI_HII_ROW_INFO *RowInfo; in HiiStringToImage() local
1695 RowInfo = NULL; in HiiStringToImage()
1858 RowInfo = (EFI_HII_ROW_INFO *) AllocateZeroPool (MaxRowNum * sizeof (EFI_HII_ROW_INFO)); in HiiStringToImage()
1859 if (RowInfo == NULL) { in HiiStringToImage()
1890 RowInfo[RowIndex].StartIndex = Index; in HiiStringToImage()
1940 RowInfo[RowIndex].EndIndex = Index; in HiiStringToImage()
1941 RowInfo[RowIndex].LineWidth = LineWidth; in HiiStringToImage()
1942 RowInfo[RowIndex].LineHeight = LineHeight; in HiiStringToImage()
1943 RowInfo[RowIndex].BaselineOffset = BaseLineOffset; in HiiStringToImage()
1949 if (Index > RowInfo[RowIndex].StartIndex) { in HiiStringToImage()
[all …]