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

touchgfx::Scanline::addSpan() method

@fn void Scanline::addSpan(int x, int y, unsigned len, unsigned cover); Adds a span of cells to the current Scanline. Adds a span of cells to the current Scanline. Works like calling addCell() len times.

Syntax

void addSpan(int x,     int y,     unsigned len,     unsigned cover);

Arguments

y

The y coordinate.

len

The length.

cover

The cover.

x

The x coordinate.

References

LocationText
Scanline.hpp:252
void addSpan(int x, int y, unsigned len, unsigned cover);