| 132 | } |
| 133 | |
| 134 | bool BzfDisplay::isValidResolution(int index) const { |
| 135 | if (index < 0 || index >= numResolutions) { return false; } |
| 136 | return resolutions[index] != NULL; |
| 137 | } |
| 138 | |
| 139 | void BzfDisplay::initResolutions(ResInfo** _resolutions, |
| 140 | int _numResolutions, int _currentResolution) { |
no outgoing calls
no test coverage detected