| 104 | } |
| 105 | |
| 106 | inline bool close() { |
| 107 | return mWindow->close(); |
| 108 | } |
| 109 | |
| 110 | inline void draw(Image* pImage, const bool pKeepAspectRatio) { |
| 111 | pImage->keepAspectRatio(pKeepAspectRatio); |
nothing calls this directly
no outgoing calls
no test coverage detected