--------------------------------------------------------------------
| 187 | |
| 188 | //-------------------------------------------------------------------- |
| 189 | void reset(int min_x, int max_x) |
| 190 | { |
| 191 | m_last_x = 0x7FFFFFF0; |
| 192 | m_spans.remove_all(); |
| 193 | } |
| 194 | |
| 195 | //-------------------------------------------------------------------- |
| 196 | void add_cell(int x, unsigned) |
nothing calls this directly
no test coverage detected