iPXE
|
An animation block to describe an animation sequence that does not cycle, and where one image is simply displayed over the previous image. 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 one image is simply displayed over the previous image.
Definition at line 1957 of file UefiInternalFormRepresentation.h.
EFI_IMAGE_ID _EFI_HII_AIBT_OVERLAY_IMAGES_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 1966 of file UefiInternalFormRepresentation.h.
UINT16 _EFI_HII_AIBT_OVERLAY_IMAGES_BLOCK::Width |
The overall width of the set of images (logical window width).
Definition at line 1970 of file UefiInternalFormRepresentation.h.
UINT16 _EFI_HII_AIBT_OVERLAY_IMAGES_BLOCK::Height |
The overall height of the set of images (logical window height).
Definition at line 1974 of file UefiInternalFormRepresentation.h.
UINT16 _EFI_HII_AIBT_OVERLAY_IMAGES_BLOCK::CellCount |
The number of EFI_HII_ANIMATION_CELL contained in the animation sequence.
Definition at line 1979 of file UefiInternalFormRepresentation.h.
EFI_HII_ANIMATION_CELL _EFI_HII_AIBT_OVERLAY_IMAGES_BLOCK::AnimationCell[1] |
An array of CellCount animation cells.
Definition at line 1983 of file UefiInternalFormRepresentation.h.