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

touchgfx::Scanline::iterator::getNumPix() const method

@fn int iterator::getNumPix() const Gets number of consecutive pixels in the current run on the Scanline. Gets number of consecutive pixels in the current run on the Scanline.

Syntax

int getNumPix() const;

Return value

The number of consecutive pixels.

References

LocationReferrerScopeText
Scanline.hpp:159
int getNumPix() const
Renderer.hpp:106touchgfx::Renderer::render()touchgfx::Renderer
int numPix = spanIterator.getNumPix();

Call Tree

Functions calling touchgfx::Scanline::iterator::getNumPix() const
all items filtered out
touchgfx::Scanline::iterator::getNumPix() const