| 68 | } |
| 69 | |
| 70 | void PiuLabelCascade(void* it) |
| 71 | { |
| 72 | PiuLabel* self = it; |
| 73 | PiuApplication* application = (*self)->application; |
| 74 | PiuLabelUncomputeStyle(self, application, (*application)->view); |
| 75 | PiuContentCascade(it); |
| 76 | PiuLabelComputeStyle(self, application, (*application)->view); |
| 77 | PiuContentReflow(self, piuSizeChanged); |
| 78 | } |
| 79 | |
| 80 | void PiuLabelComputeStyle(PiuLabel* self, PiuApplication* application, PiuView* view) |
| 81 | { |
nothing calls this directly
no test coverage detected