| 374 | } |
| 375 | |
| 376 | static inline float doodlef(uint32_t x) |
| 377 | { |
| 378 | return ((float)doodle(x)) / (float)(uint32_t(-1)); |
| 379 | } |
| 380 | |
| 381 | /* task that renders a single screen tile */ |
| 382 | void renderPixelStandard(const TutorialData& data, |
no test coverage detected