MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / PiuApplicationInvalidate

Function PiuApplicationInvalidate

modules/piu/All/piuApplication.c:208–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208void PiuApplicationInvalidate(void* it, PiuRectangle area)
209{
210 PiuApplication* self = it;
211 PiuViewInvalidate((*self)->view, area);
212}
213
214void PiuApplicationMark(xsMachine* the, void* it, xsMarkRoot markRoot)
215{

Callers

nothing calls this directly

Calls 1

PiuViewInvalidateFunction · 0.50

Tested by

no test coverage detected