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

Function PiuContentFitVertically

modules/piu/All/piuContent.c:296–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296void PiuContentFitVertically(void* it)
297{
298 PiuContent* self = it;
299 if (((*self)->coordinates.vertical & piuTopBottom) != piuTopBottom)
300 (*self)->bounds.height = (*self)->coordinates.height;
301 (*self)->flags &= ~(piuHeightChanged | piuContentsVerticallyChanged);
302}
303
304void PiuContentFromApplicationCoordinates(void* it, PiuCoordinate x0, PiuCoordinate y0, PiuCoordinate *x1, PiuCoordinate *y1)
305{

Callers 2

PiuColumnFitVerticallyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected