touchgfx::fixed16_16 is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::fixed16_16

@typedef int32_t fixed16_16 A fixed point value using 16 bits for the decimal part and 16 bits for the integral part.

Syntax

typedef int32_t fixed16_16;

References

LocationReferrerScopeText
Types.hpp:933
typedef int32_t fixed16_16;
TextureMapTypes.hpp:50touchgfx::Gradients::dUdXModifiertouchgfx::Gradients
fixed16_16 dUdXModifier; ///< The dUdX x coordinate modifier
TextureMapTypes.hpp:51touchgfx::Gradients::dVdXModifiertouchgfx::Gradients
fixed16_16 dVdXModifier; ///< The dVdX x coordinate modifier
TextureMapTypes.hpp:183touchgfx::floatToFixed16_16()touchgfx
inline fixed16_16 floatToFixed16_16(float value)
TextureMapTypes.hpp:185touchgfx::floatToFixed16_16()
return (fixed16_16)(value * 65536);

Type Use

Variables of touchgfx::fixed16_16 type
touchgfx::fixed16_16
touchgfx::fixed16_16
int32_t
all items filtered out