| 499 | } |
| 500 | |
| 501 | void PiuContentSetFraction(PiuContent* self, double fraction) |
| 502 | { |
| 503 | double duration = PiuContentUseIdle(self)->duration; |
| 504 | if (duration) |
| 505 | PiuContentSetTime(self, duration * fraction); |
| 506 | } |
| 507 | |
| 508 | void PiuContentSetInterval(PiuContent* self, PiuInterval interval) |
| 509 | { |
no test coverage detected