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

Function PiuViewPopOrigin

modules/piu/MC/piuView.c:929–933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

927}
928
929void PiuViewPopOrigin(PiuView* self)
930{
931 Poco poco = (*self)->poco;
932 PocoOriginPop(poco);
933}
934
935void PiuViewPushClip(PiuView* self, PocoCoordinate x, PocoCoordinate y, PocoDimension w, PocoDimension h)
936{

Callers 4

PiuDieUpdateFunction · 0.70
PiuScrollerUpdateFunction · 0.50
PiuContainerUpdateFunction · 0.50
PiuContentUpdateFunction · 0.50

Calls 1

PocoOriginPopFunction · 0.85

Tested by

no test coverage detected