| 211 | } |
| 212 | |
| 213 | Rect RenderView::getVisibleRect() const |
| 214 | { |
| 215 | Rect ret; |
| 216 | ret.size = getVisibleSize(); |
| 217 | ret.origin = getVisibleOrigin(); |
| 218 | return ret; |
| 219 | } |
| 220 | |
| 221 | Rect RenderView::getSafeAreaRect() const |
| 222 | { |
no outgoing calls
no test coverage detected