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

touchgfx::Rasterizer::::AA_SHIFT

Syntax

AA_SHIFT = 8;

References

LocationReferrerScopeText
Rasterizer.hpp:76
AA_SHIFT = 8, ///< Number of bits reserved for fraction part when calculating the area
Rasterizer.hpp:77
AA_NUM = 1 << AA_SHIFT, ///< The value to divide or multiply with to convert to / from this format
Rasterizer.hpp:187touchgfx::Rasterizer::calculateAlpha() consttouchgfx::Rasterizer
int cover = area >> (Rasterizer::POLY_BASE_SHIFT * 2 + 1 - AA_SHIFT);

Data Use

Functions using touchgfx::Rasterizer::::AA_SHIFT
touchgfx::Rasterizer::::AA_SHIFT