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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
String.c 223 *StringFontInfo = (EFI_FONT_INFO *) AllocateZeroPool (GlobalFont->FontInfoSize);
227 CopyMem (*StringFontInfo, GlobalFont->FontInfo, GlobalFont->FontInfoSize);
283 UINTN FontInfoSize;
506 FontInfoSize = sizeof (EFI_FONT_INFO) - sizeof (CHAR16) + StringSize;
507 FontInfo = (EFI_FONT_INFO *) AllocateZeroPool (FontInfoSize);
    [all...]
Database.c     [all...]
Font.c     [all...]
HiiDatabase.h 214 UINTN FontInfoSize;
481 @param FontInfoSize If not NULL, output the size of buffer FontInfo.
493 OUT UINTN *FontInfoSize OPTIONAL
    [all...]

Completed in 240 milliseconds