TouchGFX + 0/3 examples
CodeScope will show references to touchgfx::EasingEquation from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324x9I_EVAL
Demonstrations
 
Symbols
loading...
Files
loading...

touchgfx::EasingEquation

@typedef int16_t (*EasingEquation)(uint16_t, int16_t, int16_t, uint16_t) This function pointer typedef matches the signature for all easing equations. This function pointer typedef matches the signature for all easing equations. Thereby EasingEquation is a convenient shorthand for a pointer to any easing equation.

Syntax

typedef int16_t(*EasingEquation)(uint16_t, int16_t, int16_t, uint16_t);

Examples

touchgfx::EasingEquation is referenced by 3 libraries and example projects.

References

LocationText
EasingEquations.hpp:31
typedef int16_t(*EasingEquation)(uint16_t, int16_t, int16_t, uint16_t);
FadeAnimator.hpp:176
FadeAnimator.hpp:280
EasingEquation fadeAnimationAlphaEquation; ///< EasingEquation expressing the development of the alpha value during the animation.
MoveAnimator.hpp:181
MoveAnimator.hpp:291
EasingEquation moveAnimationXEquation; ///< EasingEquation expressing the development of the X value during the animation.
MoveAnimator.hpp:292
EasingEquation moveAnimationYEquation; ///< EasingEquation expressing the development of the Y value during the animation.
ZoomAnimationImage.hpp:117
ZoomAnimationImage.hpp:157
ZoomAnimationImage.hpp:422
EasingEquation zoomAnimationWidthEquation; ///< The zoom animation width equation
ZoomAnimationImage.hpp:423
EasingEquation zoomAnimationHeightEquation; ///< The zoom animation height equation
ZoomAnimationImage.hpp:424
EasingEquation moveAnimationXEquation; ///< The move animation x coordinate equation
ZoomAnimationImage.hpp:425
EasingEquation moveAnimationYEquation; ///< The move animation y coordinate equation
ZoomAnimationImage.hpp:465

touchgfx::EasingEquation
int16_t
all items filtered out