| 153 | } |
| 154 | |
| 155 | void X8DrawingEngine::SetVSync([[maybe_unused]] bool vsync) |
| 156 | { |
| 157 | // Not applicable for this engine |
| 158 | } |
| 159 | |
| 160 | void X8DrawingEngine::Invalidate(int32_t left, int32_t top, int32_t right, int32_t bottom) |
| 161 | { |
no outgoing calls
no test coverage detected