| 14 | fl::Blend2dPtr blend_stack; |
| 15 | void draw(fl::Fx::DrawContext context) { blend_stack->draw(context); } |
| 16 | void addf(size_t x, size_t y, float value) { |
| 17 | wave_fx_low->addf(x, y, value); |
| 18 | wave_fx_high->addf(x, y, value); |
| 19 | } |
| 20 | }; |
| 21 | |
| 22 | struct DrawRasterToWaveSimulator { |
no outgoing calls
no test coverage detected