Searched defs:Transparent (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DImage.c515 @param Transparent If TRUE, all "off" pixels in the image will be
531 IN BOOLEAN Transparent,
563 if (Transparent) {
1223 BOOLEAN Transparent; local
1254 Transparent = FALSE;
1256 Transparent = TRUE;
1258 Transparent = FALSE;
1265 Transparent = TRUE;
1273 if (Transparent) {
1354 Transparent,
525 ImageToBlt( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN BltX, IN UINTN BltY, IN UINTN Width, IN UINTN Height, IN BOOLEAN Transparent, IN OUT EFI_IMAGE_OUTPUT **Blt ) argument
[all...]
H A DFont.c277 @param Transparent If TRUE, the Background color is ignored and all
293 IN BOOLEAN Transparent,
328 if (!Transparent) {
353 @param Transparent If TRUE, the Background color is ignored and all
373 IN BOOLEAN Transparent,
407 Transparent = TRUE;
426 if (!Transparent) {
442 if (!Transparent) {
469 @param Transparent If TRUE, the Background color is ignored and all
490 IN BOOLEAN Transparent,
286 NarrowGlyphToBlt( IN UINT8 *GlyphBuffer, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background, IN UINT16 ImageWidth, IN UINTN RowWidth, IN UINTN RowHeight, IN BOOLEAN Transparent, IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL **Origin ) argument
365 GlyphToBlt( IN UINT8 *GlyphBuffer, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background, IN UINT16 ImageWidth, IN UINT16 BaseLine, IN UINTN RowWidth, IN UINTN RowHeight, IN BOOLEAN Transparent, IN CONST EFI_HII_GLYPH_INFO *Cell, IN UINT8 Attributes, IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL **Origin ) argument
482 GlyphToImage( IN UINT8 *GlyphBuffer, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background, IN UINT16 ImageWidth, IN UINT16 BaseLine, IN UINTN RowWidth, IN UINTN RowHeight, IN BOOLEAN Transparent, IN CONST EFI_HII_GLYPH_INFO *Cell, IN UINT8 Attributes, IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL **Origin ) argument
1599 BOOLEAN Transparent; local
[all...]

Completed in 36 milliseconds