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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c1577 EFI_HII_ROW_INFO *RowInfo; local
1673 RowInfo = NULL;
1835 RowInfo = (EFI_HII_ROW_INFO *) AllocateZeroPool (MaxRowNum * sizeof (EFI_HII_ROW_INFO));
1836 if (RowInfo == NULL) {
1867 RowInfo[RowIndex].StartIndex = Index;
1915 // Record right-most character in RowInfo even if it is partially displayed.
1917 RowInfo[RowIndex].EndIndex = Index;
1918 RowInfo[RowIndex].LineWidth = LineWidth;
1919 RowInfo[RowIndex].LineHeight = LineHeight;
1920 RowInfo[RowInde
[all...]

Completed in 79 milliseconds