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

Function PiuPortDraw

modules/piu/All/piuPort.c:96–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void PiuPortDraw(void* it, PiuView* view, PiuRectangle area)
97{
98 PiuPort* self = it;
99 PiuContentDraw(it, view, area);
100 (*self)->view = view;
101 PiuBehaviorOnDraw(it, area);
102 (*self)->view = NULL;
103}
104
105void PiuPortMark(xsMachine* the, void* it, xsMarkRoot markRoot)
106{

Callers

nothing calls this directly

Calls 2

PiuContentDrawFunction · 0.85
PiuBehaviorOnDrawFunction · 0.85

Tested by

no test coverage detected