| 237 | int DisplayDescriptor::getDisplayLeft() const { return 0; } |
| 238 | |
| 239 | int DisplayDescriptor::getDisplayWidth() const { |
| 240 | return activeResolution().width; |
| 241 | } |
| 242 | |
| 243 | int DisplayDescriptor::getDisplayHeight() const { |
| 244 | return activeResolution().height; |
nothing calls this directly
no outgoing calls
no test coverage detected