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

Function PiuViewPushOrigin

modules/piu/MC/piuView.c:965–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

963}
964
965void PiuViewPushOrigin(PiuView* self, PocoCoordinate x, PocoCoordinate y)
966{
967 Poco poco = (*self)->poco;
968 PocoOriginPush(poco, x, y);
969}
970
971void PiuViewReceiver(PocoPixel *pixels, int byteLength, void *refCon)
972{

Callers 4

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

Calls 1

PocoOriginPushFunction · 0.85

Tested by

no test coverage detected