| 64 | return m_ren->width(); |
| 65 | } |
| 66 | unsigned height() const |
| 67 | { |
| 68 | return m_ren->height(); |
| 69 | } |
| 70 | |
| 71 | //-------------------------------------------------------------------- |
| 72 | bool clip_box(int x1, int y1, int x2, int y2) |
no outgoing calls
no test coverage detected