Home | History | Annotate | Download | only in HiiDatabaseDxe

Lines Matching refs:AllocateZeroPool

68   GlyphInfo = (HII_GLYPH_INFO *) AllocateZeroPool (sizeof (HII_GLYPH_INFO));

221 *GlyphBuffer = (UINT8 *) AllocateZeroPool (EFI_GLYPH_HEIGHT);
242 *GlyphBuffer = (UINT8 *) AllocateZeroPool (EFI_GLYPH_HEIGHT * 2);
626 *GlyphBuffer = (UINT8 *) AllocateZeroPool (BufferLen);
954 *FontInfo = (EFI_FONT_INFO *) AllocateZeroPool (FontInfoLen);
1002 Info = (EFI_FONT_DISPLAY_INFO *) AllocateZeroPool (InfoSize);
1668 Image = AllocateZeroPool (sizeof (EFI_IMAGE_OUTPUT));
1674 Image->Image.Bitmap = AllocateZeroPool (Image->Width * Image->Height *sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
1688 GlyphBuf = (UINT8 **) AllocateZeroPool (StrLength * sizeof (UINT8 *));
1690 Cell = (EFI_HII_GLYPH_INFO *) AllocateZeroPool (StrLength * sizeof (EFI_HII_GLYPH_INFO));
1692 Attributes = (UINT8 *) AllocateZeroPool (StrLength * sizeof (UINT8));
1768 StringIn = AllocateZeroPool (StrSize (StringPtr));
1788 StringIn2 = AllocateZeroPool (StrSize (StringPtr));
1858 RowInfo = (EFI_HII_ROW_INFO *) AllocateZeroPool (MaxRowNum * sizeof (EFI_HII_ROW_INFO));
2198 *RowInfoArray = AllocateZeroPool (RowInfoSize);
2414 String = (EFI_STRING) AllocateZeroPool (StringSize);
2431 String = (EFI_STRING) AllocateZeroPool (StringSize);
2459 NewStringInfo = AllocateZeroPool (FontLen);
2595 String = (EFI_STRING) AllocateZeroPool (sizeof (CHAR16) * 2);
2622 Image = (EFI_IMAGE_OUTPUT *) AllocateZeroPool (sizeof (EFI_IMAGE_OUTPUT));
2631 Image->Image.Bitmap = AllocateZeroPool (Image->Width * Image->Height * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
2876 *StringInfoOut = (EFI_FONT_DISPLAY_INFO *) AllocateZeroPool (StringInfoOutLen);