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

touchgfx::Rasterizer::setMaxRenderY() method

@fn void Rasterizer::setMaxRenderY(int y) Sets maximum render y coordinate. Sets maximum render y coordinate. This is passed to the Outline to avoid registering any Cell that has a y coordinate less than zero of higher than the given y.

Syntax

void setMaxRenderY(int y);

Arguments

y

The max y coordinate to render for the Outline.

References

LocationText
Rasterizer.hpp:322
void setMaxRenderY(int y)

Call Tree

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