touchgfx::Rasterizer::lineTo() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Rasterizer::lineTo()

touchgfx::Rasterizer::lineTo() method

@fn void Rasterizer::lineTo(int x, int y) Line to. Line to.

Syntax

void lineTo(int x,     int y);

Arguments

x

The x coordinate.

y

The y coordinate.

References

LocationText
Rasterizer.hpp:164
void lineTo(int x, int y)

Call Tree

Functions called by touchgfx::Rasterizer::lineTo()
touchgfx::Rasterizer::lineTo()
Data read by touchgfx::Rasterizer::lineTo()
touchgfx::Rasterizer::lineTo()