touchgfx::Rasterizer::::AA_NUM is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Rasterizer::::AA_NUM

touchgfx::Rasterizer::::AA_NUM

Syntax

AA_NUM = 1 << AA_SHIFT;

References

LocationReferrerScopeText
Rasterizer.hpp:77
AA_NUM = 1 << AA_SHIFT, ///< The value to divide or multiply with to convert to / from this format
Rasterizer.hpp:78
AA_MASK = AA_NUM - 1, ///< The value used to mask the fraction
Rasterizer.hpp:79
AA_2NUM = AA_NUM * 2, ///< Number of fraction bits when multiplying two area numbers
Rasterizer.hpp:196touchgfx::Rasterizer::calculateAlpha() consttouchgfx::Rasterizer
if (cover > AA_NUM)

Data Use

Functions using touchgfx::Rasterizer::::AA_NUM
touchgfx::Rasterizer::::AA_NUM