| 117 | } |
| 118 | |
| 119 | inline void |
| 120 | copy_bitmap (const lay::Bitmap *from, lay::Bitmap *to, int dx, int dy) |
| 121 | { |
| 122 | if (to) { |
| 123 | to->merge (from, dx, dy); |
| 124 | } |
| 125 | } |
| 126 | |
| 127 | // ------------------------------------------------------------- |
| 128 | // RedrawThreadWorker implementation |
no test coverage detected