Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
DUefiLibPrint.c358 EFI_HII_ROW_INFO *RowInfoArray; in InternalPrintGraphic() local
371 RowInfoArray = NULL; in InternalPrintGraphic()
466 &RowInfoArray, in InternalPrintGraphic()
494 &RowInfoArray, in InternalPrintGraphic()
500 ASSERT (RowInfoArray != NULL); in InternalPrintGraphic()
508 Width = RowInfoArray[0].LineWidth; in InternalPrintGraphic()
509 Height = RowInfoArray[0].LineHeight; in InternalPrintGraphic()
539 PrintNum = RowInfoArray[0].EndIndex - RowInfoArray[0].StartIndex + 1; in InternalPrintGraphic()
544 FreePool (RowInfoArray); in InternalPrintGraphic()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
DUefiLibPrint.c358 EFI_HII_ROW_INFO *RowInfoArray; in InternalPrintGraphic() local
371 RowInfoArray = NULL; in InternalPrintGraphic()
466 &RowInfoArray, in InternalPrintGraphic()
494 &RowInfoArray, in InternalPrintGraphic()
500 ASSERT (RowInfoArray != NULL); in InternalPrintGraphic()
508 Width = RowInfoArray[0].LineWidth; in InternalPrintGraphic()
509 Height = RowInfoArray[0].LineHeight; in InternalPrintGraphic()
539 PrintNum = RowInfoArray[0].EndIndex - RowInfoArray[0].StartIndex + 1; in InternalPrintGraphic()
544 FreePool (RowInfoArray); in InternalPrintGraphic()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiFont/
DHiiFont.h98 OUT EFI_HII_ROW_INFO **RowInfoArray OPTIONAL,
153 OUT EFI_HII_ROW_INFO **RowInfoArray OPTIONAL,
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DHiiFont.h223 OUT EFI_HII_ROW_INFO **RowInfoArray OPTIONAL,
361 OUT EFI_HII_ROW_INFO **RowInfoArray OPTIONAL,
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
DGraphicsConsole.c1752 EFI_HII_ROW_INFO *RowInfoArray; in DrawUnicodeWeightAtCursorN() local
1820 RowInfoArray = NULL; in DrawUnicodeWeightAtCursorN()
1833 &RowInfoArray, in DrawUnicodeWeightAtCursorN()
1853 RowInfoArray[0].LineWidth, in DrawUnicodeWeightAtCursorN()
1854 RowInfoArray[0].LineHeight, in DrawUnicodeWeightAtCursorN()
1859 FreePool (RowInfoArray); in DrawUnicodeWeightAtCursorN()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DFont.c1573 OUT EFI_HII_ROW_INFO **RowInfoArray OPTIONAL, in HiiStringToImage()
2179 if (RowInfoArray != NULL) { in HiiStringToImage()
2181 *RowInfoArray = AllocateZeroPool (RowInfoSize); in HiiStringToImage()
2182 if (*RowInfoArray == NULL) { in HiiStringToImage()
2186 CopyMem (*RowInfoArray, RowInfo, RowInfoSize); in HiiStringToImage()
2188 *RowInfoArray = NULL; in HiiStringToImage()
2306 OUT EFI_HII_ROW_INFO **RowInfoArray OPTIONAL, in HiiStringIdToImage()
2460 RowInfoArray, in HiiStringIdToImage()
2475 RowInfoArray, in HiiStringIdToImage()
DHiiDatabase.h651 OUT EFI_HII_ROW_INFO **RowInfoArray OPTIONAL,
730 OUT EFI_HII_ROW_INFO **RowInfoArray OPTIONAL,