| 386 | float EGLOpenGLWindow::getRetinaScale() const { return 1.f; } |
| 387 | |
| 388 | void EGLOpenGLWindow::setAllowRetina(bool allow) {} |
| 389 | |
| 390 | int EGLOpenGLWindow::getWidth() const { return m_data->m_windowWidth; } |
| 391 |
no outgoing calls
no test coverage detected