touchgfx::Scanline::resetSpans() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Scanline::resetSpans()

touchgfx::Scanline::resetSpans() method

@fn void Scanline::resetSpans(); Resets the spans in preparation for the next Scanline. Resets the spans in preparation for the next Scanline. Identical to calling reset() without changing the dx_ and dy_ parameters from the previous call to reset().

Syntax

void resetSpans();
Implemented in Scanline.hpp:316

References

LocationText
Scanline.hpp:316
FORCE_INLINE_FUNCTION void Scanline::resetSpans()
Scanline.hpp:223
void resetSpans();

Data Use

Data read by touchgfx::Scanline::resetSpans()
Data written by touchgfx::Scanline::resetSpans()
touchgfx::Scanline::resetSpans()