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

touchgfx::Scanline::isReady() const method

@fn int Scanline::isReady(int y) const; Checks if a Scanline is ready for rendering. Checks if a Scanline is ready for rendering. A Scanline is ready for rendering when the y coordinate has changed. Since all the cells are sorted, a change in the y coordinate means that we have moved to the next Scanline and thus the collected data for the Scanline must be rendered before we register cells for the next Scanline.

Syntax

int isReady(int y) const;
Implemented in Scanline.hpp:353

Arguments

y

The y coordinate.

Return value

True if the given y coordinate differs from the y coordinate for the cells in the current Scanline.

References

LocationText
Scanline.hpp:353
FORCE_INLINE_FUNCTION int Scanline::isReady(int y) const
Scanline.hpp:270
int isReady(int y) const;

Data Use

Data read by touchgfx::Scanline::isReady() const
touchgfx::Scanline::isReady() const