| 13 | |
| 14 | |
| 15 | float ZoomWidget::getRelativeZoom(Widget* ancestor) { |
| 16 | return zoom * Widget::getRelativeZoom(ancestor); |
| 17 | } |
| 18 | |
| 19 | |
| 20 | math::Rect ZoomWidget::getViewport(math::Rect r) { |
nothing calls this directly
no outgoing calls
no test coverage detected