| 53 | //-------------------------------------------------------------------- |
| 54 | unsigned width() const { return m_ren->width(); } |
| 55 | unsigned height() const { return m_ren->height(); } |
| 56 | |
| 57 | //-------------------------------------------------------------------- |
| 58 | bool clip_box(int x1, int y1, int x2, int y2) |
no outgoing calls
no test coverage detected