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

touchgfx::Drawable::setupDrawChain() method

@fn virtual void Drawable::setupDrawChain(const Rect& invalidatedArea, Drawable** nextPreviousElement) For TouchGFX internal use only. Configure linked list for draw chain.

Syntax

virtual void setupDrawChain(const Rect& invalidatedArea,     Drawable** nextPreviousElement);

Arguments

invalidatedArea

Include drawables that intersect with this area only.

nextPreviousElement

Notes

For TouchGFX internal use only.

Call Tree

Functions called by touchgfx::Drawable::setupDrawChain()
touchgfx::Drawable::setupDrawChain()
Data written by touchgfx::Drawable::setupDrawChain()
touchgfx::Drawable::setupDrawChain()
Overridden methods
touchgfx::Drawable::setupDrawChain()