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

touchgfx::Outline::setMaxRenderY() method

@fn void Outline::setMaxRenderY(int y) Sets maximum render y coordinate. Sets maximum render y coordinate. This is used 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

LocationReferrerScopeText
Outline.hpp:136
void setMaxRenderY(int y)
Rasterizer.hpp:324touchgfx::Rasterizer::setMaxRenderY()touchgfx::Rasterizer
outline.setMaxRenderY(y);

Call Tree

Functions calling touchgfx::Outline::setMaxRenderY()
touchgfx::Outline::setMaxRenderY()
Data read by touchgfx::Outline::setMaxRenderY()
Data written by touchgfx::Outline::setMaxRenderY()
touchgfx::Outline::setMaxRenderY()
all items filtered out