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

Function PiuContentBind

modules/piu/All/piuContent.c:63–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61};
62
63void PiuContentBind(void* it, PiuApplication* application, PiuView* view)
64{
65 PiuContent* self = it;
66#ifdef piuGPU
67 PiuSkin* skin = (*self)->skin;
68 if (skin)
69 PiuSkinBind(skin, application, view);
70#endif
71 (*self)->application = application;
72 if ((*self)->flags & piuIdling)
73 PiuApplicationStartContent((*self)->application, self);
74 (*self)->flags |= piuDisplaying;
75}
76
77void PiuContentCascade(void* it)
78{

Callers 15

PiuQRCodeBindFunction · 0.85
PiuSVGImageBindFunction · 0.85
PiuScreenBufferBindFunction · 0.85
PiuTextBindFunction · 0.85
PiuPortBindFunction · 0.85
PiuLabelBindFunction · 0.85
PiuContainerBindFunction · 0.85
PiuImageBindFunction · 0.85
PiuShapeBindFunction · 0.85
PiuGIFImageBindFunction · 0.85
PiuQRCodeBindFunction · 0.85
PiuCodeBindFunction · 0.85

Calls 2

PiuSkinBindFunction · 0.85

Tested by

no test coverage detected