Searched defs:RowInfoArray (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLibPrint.c358 EFI_HII_ROW_INFO *RowInfoArray; local
371 RowInfoArray = NULL;
466 &RowInfoArray,
494 &RowInfoArray,
500 ASSERT (RowInfoArray != NULL);
508 Width = RowInfoArray[0].LineWidth;
509 Height = RowInfoArray[0].LineHeight;
539 PrintNum = RowInfoArray[0].EndIndex - RowInfoArray[0].StartIndex + 1;
544 FreePool (RowInfoArray);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiLibPrint.c358 EFI_HII_ROW_INFO *RowInfoArray; local
371 RowInfoArray = NULL;
466 &RowInfoArray,
494 &RowInfoArray,
500 ASSERT (RowInfoArray != NULL);
508 Width = RowInfoArray[0].LineWidth;
509 Height = RowInfoArray[0].LineHeight;
539 PrintNum = RowInfoArray[0].EndIndex - RowInfoArray[0].StartIndex + 1;
544 FreePool (RowInfoArray);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
H A DGraphicsConsole.c1730 EFI_HII_ROW_INFO *RowInfoArray; local
1798 RowInfoArray = NULL;
1811 &RowInfoArray,
1831 RowInfoArray[0].LineWidth,
1832 RowInfoArray[0].LineHeight,
1837 FreePool (RowInfoArray);

Completed in 38 milliseconds