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

Function PiuFieldCascade

modules/piu/PC/win/piuField.cpp:139–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void PiuFieldCascade(void* it)
140{
141 PiuField* self = (PiuField*)it;
142 PiuContentCascade((PiuContent*)it);
143 PiuFieldComputeStyle(self);
144 PiuContentReflow(self, piuSizeChanged);
145}
146
147void PiuFieldComputeStyle(PiuField* self)
148{

Callers

nothing calls this directly

Calls 3

PiuContentCascadeFunction · 0.85
PiuContentReflowFunction · 0.85
PiuFieldComputeStyleFunction · 0.70

Tested by

no test coverage detected