Searched refs:StringToImage (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DHiiFont.h459 EFI_HII_STRING_TO_IMAGE StringToImage; member in struct:_EFI_HII_FONT_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLibPrint.c456 Status = HiiFont->StringToImage (
481 // StringToImage only support blt'ing image to device using GOP protocol. If GOP is not supported in this platform,
482 // we ask StringToImage to print the string to blt buffer, then blt to device using UgaDraw.
484 Status = HiiFont->StringToImage (
502 // Explicit Line break characters are ignored, so the updated parameter RowInfoArraySize by StringToImage will
565 StringToImage() service is used to convert the string to a bitmap using the glyphs
569 format including the set of control codes supported by the StringToImage() service.
645 StringToImage() service is used to convert the string to a bitmap using the glyphs
649 format including the set of control codes supported by the StringToImage() service.
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiLibPrint.c456 Status = HiiFont->StringToImage (
481 // StringToImage only support blt'ing image to device using GOP protocol. If GOP is not supported in this platform,
482 // we ask StringToImage to print the string to blt buffer, then blt to device using UgaDraw.
484 Status = HiiFont->StringToImage (
502 // Explicit Line break characters are ignored, so the updated parameter RowInfoArraySize by StringToImage will
565 StringToImage() service is used to convert the string to a bitmap using the glyphs
569 format including the set of control codes supported by the StringToImage() service.
645 StringToImage() service is used to convert the string to a bitmap using the glyphs
649 format including the set of control codes supported by the StringToImage() service.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
H A DGraphicsConsole.c1769 Status = mHiiFont->StringToImage (
1800 // StringToImage only support blt'ing image to device using GOP protocol. If GOP is not supported in this platform,
1801 // we ask StringToImage to print the string to blt buffer, then blt to device using UgaDraw.
1803 Status = mHiiFont->StringToImage (
1818 // Line breaks are handled by caller of DrawUnicodeWeightAtCursorN, so the updated parameter RowInfoArraySize by StringToImage will

Completed in 51 milliseconds