HomeSort by relevance Sort by last modified time
    Searched refs:EFI_FONT_INFO (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiString/
HiiString.h 50 IN CONST EFI_FONT_INFO *StringFontInfo OPTIONAL
91 OUT EFI_FONT_INFO **StringFontInfo OPTIONAL
139 IN CONST EFI_FONT_INFO *StringFontInfo OPTIONAL
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiString.h 66 IN CONST EFI_FONT_INFO *StringFontInfo OPTIONAL
112 OUT EFI_FONT_INFO **StringFontInfo OPTIONAL
146 IN CONST EFI_FONT_INFO *StringFontInfo OPTIONAL
HiiFont.h 82 // EFI_FONT_INFO
88 } EFI_FONT_INFO;
106 EFI_FONT_INFO FontInfo;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiFont/
HiiFont.h 59 } EFI_FONT_INFO;
65 EFI_FONT_INFO FontInfo;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
String.c 39 the same EFI_FONT_INFO is permitted. Otherwise it
42 EFI_FONT_INFO.
44 EFI_FONT_INFO.
80 // FontId identifies EFI_FONT_INFO in local string package uniquely.
82 // EFI_FONT_INFO uniquely in whole hii database.
209 OUT EFI_FONT_INFO **StringFontInfo
222 *StringFontInfo = (EFI_FONT_INFO *) AllocateZeroPool (GlobalFont->FontInfoSize);
280 EFI_FONT_INFO *FontInfo;
504 FontInfoSize = sizeof (EFI_FONT_INFO) - sizeof (CHAR16) + StringSize;
505 FontInfo = (EFI_FONT_INFO *) AllocateZeroPool (FontInfoSize);
    [all...]
HiiDatabase.h 211 EFI_FONT_INFO *FontInfo;
407 This function checks whether EFI_FONT_INFO exists in current database. If
413 @param FontInfo Points to EFI_FONT_INFO structure.
431 IN EFI_FONT_INFO *FontInfo,
    [all...]
Font.c 163 IN EFI_FONT_INFO *StringInfo,
191 // If StringInfo is not NULL, it must point to an existing EFI_FONT_INFO rather
916 Copy a Font Name to a new created EFI_FONT_INFO structure.
921 @param FontInfo a new EFI_FONT_INFO which stores the FontName.
    [all...]
Database.c     [all...]

Completed in 652 milliseconds