iPXE
|
An animation block to describe an animation sequence that does not cycle, and where the screen is restored to the original state before the next image is displayed. More...
#include <UefiInternalFormRepresentation.h>
Data Fields | |
EFI_IMAGE_ID | DftImageId |
This is image that is to be reference by the image protocols, if the animation function is not supported or disabled. More... | |
UINT16 | Width |
The overall width of the set of images (logical window width). More... | |
UINT16 | Height |
The overall height of the set of images (logical window height). More... | |
UINT16 | CellCount |
The number of EFI_HII_ANIMATION_CELL contained in the animation sequence. More... | |
EFI_HII_ANIMATION_CELL | AnimationCell [1] |
An array of CellCount animation cells. More... | |
An animation block to describe an animation sequence that does not cycle, and where the screen is restored to the original state before the next image is displayed.
Definition at line 2030 of file UefiInternalFormRepresentation.h.
EFI_IMAGE_ID _EFI_HII_AIBT_RESTORE_SCRN_BLOCK::DftImageId |
This is image that is to be reference by the image protocols, if the animation function is not supported or disabled.
This image can be one particular image from the animation sequence (if any one of the animation frames has a complete image) or an alternate image that can be displayed alone. If the value is zero, no image is displayed.
Definition at line 2039 of file UefiInternalFormRepresentation.h.
UINT16 _EFI_HII_AIBT_RESTORE_SCRN_BLOCK::Width |
The overall width of the set of images (logical window width).
Definition at line 2043 of file UefiInternalFormRepresentation.h.
UINT16 _EFI_HII_AIBT_RESTORE_SCRN_BLOCK::Height |
The overall height of the set of images (logical window height).
Definition at line 2047 of file UefiInternalFormRepresentation.h.
UINT16 _EFI_HII_AIBT_RESTORE_SCRN_BLOCK::CellCount |
The number of EFI_HII_ANIMATION_CELL contained in the animation sequence.
Definition at line 2052 of file UefiInternalFormRepresentation.h.
EFI_HII_ANIMATION_CELL _EFI_HII_AIBT_RESTORE_SCRN_BLOCK::AnimationCell[1] |
An array of CellCount animation cells.
Definition at line 2056 of file UefiInternalFormRepresentation.h.