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

touchgfx::Scanline::iterator::next() method

@fn int iterator::next() Gets the next element on the Scanline. Gets the next element on the Scanline.

Syntax

int next();

Return value

An the next index in the array of Scanline elements.

References

LocationReferrerScopeText
Scanline.hpp:143
int next()
Renderer.hpp:104touchgfx::Renderer::render()touchgfx::Renderer
int x = spanIterator.next() + baseX;

Call Tree

Functions calling touchgfx::Scanline::iterator::next()
all items filtered out
touchgfx::Scanline::iterator::next()
Data read by touchgfx::Scanline::iterator::next()
Data written by touchgfx::Scanline::iterator::next()
touchgfx::Scanline::iterator::next()