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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DHiiFont.h33 #define EFI_HII_OUT_FLAG_CLIP 0x00000001 macro
117 EFI_HII_OUT_FLAG_CLIP is set, then text will be formatted only
129 then it modifies the behavior of EFI_HII_OUT_FLAG_CLIP so that
132 EFI_HII_OUT_FLAG_CLIP be set. If EFI_HII_OUT_FLAG_CLIP_CLEAN_Y
133 is set, then it modifies the behavior of EFI_HII_OUT_FLAG_CLIP
136 EFI_HII_OUT_FLAG_CLIP be set. If EFI_HII_OUT_FLAG_WRAP is set,
168 this image and EFI_HII_OUT_FLAG_CLIP is implied.
238 position on the row. If EFI_HII_OUT_FLAG_CLIP is set, then
248 behavior of EFI_HII_OUT_FLAG_CLIP so that if a character's
250 all. This flag requires that EFI_HII_OUT_FLAG_CLIP b
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLibPrint.c458 EFI_HII_IGNORE_IF_NO_GLYPH | EFI_HII_OUT_FLAG_CLIP |
486 EFI_HII_IGNORE_IF_NO_GLYPH | EFI_HII_OUT_FLAG_CLIP |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiLibPrint.c458 EFI_HII_IGNORE_IF_NO_GLYPH | EFI_HII_OUT_FLAG_CLIP |
486 EFI_HII_IGNORE_IF_NO_GLYPH | EFI_HII_OUT_FLAG_CLIP |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c1515 EFI_HII_OUT_FLAG_CLIP is implied. If this points
1622 if ((Flags & EFI_HII_OUT_FLAG_CLIP) == EFI_HII_OUT_FLAG_CLIP) {
1627 // These two flags require that EFI_HII_OUT_FLAG_CLIP be also set.
1629 if ((Flags & (EFI_HII_OUT_FLAG_CLIP | EFI_HII_OUT_FLAG_CLIP_CLEAN_X)) == EFI_HII_OUT_FLAG_CLIP_CLEAN_X) {
1632 if ((Flags & (EFI_HII_OUT_FLAG_CLIP | EFI_HII_OUT_FLAG_CLIP_CLEAN_Y)) == EFI_HII_OUT_FLAG_CLIP_CLEAN_Y) {
1816 // If Blt is not NULL, then EFI_HII_OUT_FLAG_CLIP is implied, render this string
2243 EFI_HII_OUT_FLAG_CLIP is implied. If this points

Completed in 84 milliseconds