touchgfx::Screen::JSMOC() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::Screen::JSMOC() method

@fn void Screen::JSMOC(const Rect& invalidatedArea, Drawable* widgetToDraw); Recursive JSMOC function. This is the actual occlusion culling implementation. Recursive JSMOC function. This is the actual occlusion culling implementation.

Syntax

void JSMOC(const Rect& invalidatedArea,     Drawable* widgetToDraw);

Arguments

invalidatedArea

widgetToDraw

References

LocationText
Screen.hpp:100