| 294 | } |
| 295 | |
| 296 | void 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 | |
| 304 | void PiuContentFromApplicationCoordinates(void* it, PiuCoordinate x0, PiuCoordinate y0, PiuCoordinate *x1, PiuCoordinate *y1) |
| 305 | { |
no outgoing calls
no test coverage detected