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

touchgfx::Rasterizer::::POLY_BASE_SHIFT

Syntax

POLY_BASE_SHIFT = 5;

References

LocationReferrerScopeText
Rasterizer.hpp:66
POLY_BASE_SHIFT = 5, ///< Number of bits reserved for fraction part
CWRUtil.hpp:696touchgfx::CWRUtil::arcsine()touchgfx::CWRUtil
return 90 - arcsine(Q10(isqrt((1 << (Rasterizer::POLY_BASE_SHIFT * 4)) - int(q10) * int(q10))));
Rasterizer.hpp:67
POLY_BASE_SIZE = 1 << POLY_BASE_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::::POLY_BASE_SHIFT
touchgfx::Rasterizer::::POLY_BASE_SHIFT