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

Function PiuLabelCascade

modules/piu/All/piuLabel.c:70–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void PiuLabelCascade(void* it)
71{
72 PiuLabel* self = it;
73 PiuApplication* application = (*self)->application;
74 PiuLabelUncomputeStyle(self, application, (*application)->view);
75 PiuContentCascade(it);
76 PiuLabelComputeStyle(self, application, (*application)->view);
77 PiuContentReflow(self, piuSizeChanged);
78}
79
80void PiuLabelComputeStyle(PiuLabel* self, PiuApplication* application, PiuView* view)
81{

Callers

nothing calls this directly

Calls 4

PiuLabelUncomputeStyleFunction · 0.85
PiuContentCascadeFunction · 0.85
PiuLabelComputeStyleFunction · 0.85
PiuContentReflowFunction · 0.85

Tested by

no test coverage detected