Searched refs:RowInfoArray (Results 1 - 6 of 6) 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/MdePkg/Include/Protocol/
H A DHiiFont.h120 ignored. The information in the RowInfoArray only describes
178 @param RowInfoArray If this is non-NULL on entry, then on
189 elements in RowInfoArray.
207 @retval EFI_OUT_OF_RESOURCES Unable to allocate an output buffer for RowInfoArray or Blt.
223 OUT EFI_HII_ROW_INFO **RowInfoArray OPTIONAL,
242 RowInfoArray only describes characters which are at least
308 @param RowInfoArray If this is non-NULL on entry, then on
320 elements in RowInfoArray.
339 buffer for RowInfoArray or Blt.
361 OUT EFI_HII_ROW_INFO **RowInfoArray OPTIONA
[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);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c1526 @param RowInfoArray If this is non-NULL on entry, then on exit, this
1535 contains the number of elements in RowInfoArray.
1549 RowInfoArray or Blt.
1564 OUT EFI_HII_ROW_INFO **RowInfoArray OPTIONAL,
2169 if (RowInfoArray != NULL) {
2171 *RowInfoArray = AllocateZeroPool (RowInfoSize);
2172 if (*RowInfoArray == NULL) {
2176 CopyMem (*RowInfoArray, RowInfo, RowInfoSize);
2178 *RowInfoArray = NULL;
2254 @param RowInfoArray I
[all...]
H A DHiiDatabase.h558 @param RowInfoArray If this is non-NULL on entry, then on exit, this
567 contains the number of elements in RowInfoArray.
581 RowInfoArray or Blt.
596 OUT EFI_HII_ROW_INFO **RowInfoArray OPTIONAL,
633 @param RowInfoArray If this is non-NULL on entry, then on exit, this
642 contains the number of elements in RowInfoArray.
656 RowInfoArray or Blt.
675 OUT EFI_HII_ROW_INFO **RowInfoArray OPTIONAL,

Completed in 73 milliseconds