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

Function PiuTextCascade

modules/piu/All/piuText.c:429–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429void PiuTextCascade(void* it)
430{
431 PiuText* self = it;
432 PiuApplication* application = (*self)->application;
433 PiuTextUncomputeStyles(self, application, (*application)->view);
434 PiuContentCascade(it);
435 PiuTextComputeStyles(self, application, (*application)->view);
436 PiuContentInvalidate(self, NULL);
437 PiuContentReflow(self, piuSizeChanged);
438}
439
440void PiuTextComputeStyles(PiuText* self, PiuApplication* application, PiuView* view)
441{

Callers

nothing calls this directly

Calls 5

PiuTextUncomputeStylesFunction · 0.85
PiuContentCascadeFunction · 0.85
PiuTextComputeStylesFunction · 0.85
PiuContentInvalidateFunction · 0.85
PiuContentReflowFunction · 0.85

Tested by

no test coverage detected