Searched refs:RowInfoArray (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/ |
D | UefiLibPrint.c | 358 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/MdePkg/Library/UefiLib/ |
D | UefiLibPrint.c | 358 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/MdePkg/Include/Protocol/ |
D | HiiFont.h | 223 OUT EFI_HII_ROW_INFO **RowInfoArray OPTIONAL, 361 OUT EFI_HII_ROW_INFO **RowInfoArray OPTIONAL,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiFont/ |
D | HiiFont.h | 98 OUT EFI_HII_ROW_INFO **RowInfoArray OPTIONAL, 153 OUT EFI_HII_ROW_INFO **RowInfoArray OPTIONAL,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/ |
D | GraphicsConsole.c | 1752 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/ |
D | Font.c | 1585 OUT EFI_HII_ROW_INFO **RowInfoArray OPTIONAL, in HiiStringToImage() 2196 if (RowInfoArray != NULL) { in HiiStringToImage() 2198 *RowInfoArray = AllocateZeroPool (RowInfoSize); in HiiStringToImage() 2199 if (*RowInfoArray == NULL) { in HiiStringToImage() 2203 CopyMem (*RowInfoArray, RowInfo, RowInfoSize); in HiiStringToImage() 2205 *RowInfoArray = NULL; in HiiStringToImage() 2323 OUT EFI_HII_ROW_INFO **RowInfoArray OPTIONAL, in HiiStringIdToImage() 2477 RowInfoArray, in HiiStringIdToImage() 2492 RowInfoArray, in HiiStringIdToImage()
|
D | HiiDatabase.h | 663 OUT EFI_HII_ROW_INFO **RowInfoArray OPTIONAL, 742 OUT EFI_HII_ROW_INFO **RowInfoArray OPTIONAL,
|