Searched refs:_diagonalInches (Results 1 - 2 of 2) sorted by relevance

/haiku/src/preferences/screen/
H A DScreenMode.h65 float* _diagonalInches = NULL);
H A DScreenMode.cpp396 ScreenMode::GetMonitorInfo(monitor_info& info, float* _diagonalInches) argument
403 if (_diagonalInches != NULL) {
404 *_diagonalInches = round(sqrt(info.width * info.width

Completed in 90 milliseconds