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

Function PiuImageUnbind

modules/piu/MC/colorcell/piuImage.c:197–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197void PiuImageUnbind(void* it, PiuApplication* application, PiuView* view)
198{
199#ifdef piuGPU
200 PiuImage* self = it;
201 PocoBitmapRemove((*view)->poco, (*self)->frameID, PiuViewReceiver, view);
202#endif
203 PiuContentUnbind(it, application, view);
204}
205
206void PiuImage_create(xsMachine* the)
207{

Callers

nothing calls this directly

Calls 1

PiuContentUnbindFunction · 0.85

Tested by

no test coverage detected