Searched refs:hpoints (Results 1 – 1 of 1) sorted by relevance
276 int hdpi_int, vdpi_int, hpoints, vpoints, hpix, vpix; in WIN_GetDisplayDPI() local287 hpoints = GetSystemMetrics(SM_CXVIRTUALSCREEN); in WIN_GetDisplayDPI()290 hpix = MulDiv(hpoints, hdpi_int, 96); in WIN_GetDisplayDPI()293 hinches = (float)hpoints / 96.0f; in WIN_GetDisplayDPI()
Completed in 5 milliseconds