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

touchgfx::Rasterizer::::AA_2NUM

Syntax

AA_2NUM = AA_NUM * 2;

References

LocationReferrerScopeText
Rasterizer.hpp:79
AA_2NUM = AA_NUM * 2, ///< Number of fraction bits when multiplying two area numbers
Rasterizer.hpp:80
AA_2MASK = AA_2NUM - 1 ///< Mask for fraction bits when multiplying two area numbers
Rasterizer.hpp:198touchgfx::Rasterizer::calculateAlpha() consttouchgfx::Rasterizer
cover = AA_2NUM - cover;

Data Use

Functions using touchgfx::Rasterizer::::AA_2NUM
touchgfx::Rasterizer::::AA_2NUM