touchgfx::Scanline::addCell() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::Scanline::addCell() method

@fn void Scanline::addCell(int x, int y, unsigned cover); Adds a single cell to the current Scanline. Adds a single cell to the current Scanline. Works just like invoking addSpan() with a len=1.

Syntax

void addCell(int x,     int y,     unsigned cover);
Implemented in Scanline.hpp:325

Arguments

x

The x coordinate.

y

The y coordinate.

cover

The cover.

References

LocationText
Scanline.hpp:325
FORCE_INLINE_FUNCTION void Scanline::addCell(int x, int y, unsigned cover)
Scanline.hpp:237
void addCell(int x, int y, unsigned cover);