Searched refs:dpi_height (Results 1 – 1 of 1) sorted by relevance
663 float dpi_height = floor(dh / (dh_mm * 0.039370) + 0.5); in calcDisplayDensity() local665 return std::max(dpi_height, dpi_width) / 96.0; in calcDisplayDensity()