Functions
|
Name |
Description |
|
This immediately executes the transition effect using the GFX_TRANSITION_TYPE and the given parameters. | |
|
This sets up the transition effect using the GFX_TRANSITION_TYPE and the given parameters. The actual transition execution will occur when GFXExecutePendingTransition() is called. When DOUBLE_BUFFERING is enabled, GFXExecutePendingTransition() is executed after the current screen is fully rendered. | |
|
This function executes the transition that was set up by GFXSetupTransition(). Status of the transition is returned to indicate if the transition was executed or not. This function is used by the double buffering feature (USE_DOUBLE_BUFFERING) to perform transition operation after the current screen is fully rendered. This function assumes that the source page and destination page are already set up. | |
|
This function returns the status of a pending transition, set up by GFXSetupTransition(), waiting to be executed. |