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

Function PiuViewPopClip

modules/piu/MC/piuView.c:911–919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

909}
910
911void PiuViewPopClip(PiuView* self)
912{
913#ifdef piuGPU
914 Poco poco = (*self)->poco;
915 PocoClipPop(poco);
916#else
917 PIUQueueCommand(PopClipCommand);
918#endif
919}
920
921void PiuViewPopColor(PiuView* self)
922{

Callers 8

PiuDieUpdateFunction · 0.70
PiuScrollerUpdateFunction · 0.50
PiuPort_popClipFunction · 0.50
PiuContainerUpdateFunction · 0.50
PiuImageDrawFunction · 0.50
PiuShapeDrawFunction · 0.50
PiuGIFImageDrawFunction · 0.50
PiuImageBufferDrawFunction · 0.50

Calls 1

PocoClipPopFunction · 0.85

Tested by

no test coverage detected