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

Function PiuContainerPlace

modules/piu/All/piuContainer.c:300–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300void PiuContainerPlace(void* it)
301{
302 PiuContainer* self = it;
303 PiuContent* content = (*self)->first;
304 if ((*self)->flags & piuContentsPlaced) {
305 (*self)->flags &= ~piuContentsPlaced;
306 while (content) {
307 (*(*content)->dispatch->place)(content);
308 content = (*content)->next;
309 }
310 }
311 PiuContentPlace(it);
312}
313
314void PiuContainerPlaceContentHorizontally(void* it, PiuContent* content)
315{

Callers 3

PiuScrollerPlaceFunction · 0.85
PiuLayoutPlaceFunction · 0.85
PiuApplicationAdjustFunction · 0.85

Calls 1

PiuContentPlaceFunction · 0.85

Tested by

no test coverage detected