Home
last modified time | relevance | path

Searched refs:hdpi_uint (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsmodes.c263 UINT hdpi_uint, vdpi_uint; in WIN_GetDisplayDPI() local
265 …if (videodata->GetDpiForMonitor(displaydata->MonitorHandle, MDT_EFFECTIVE_DPI, &hdpi_uint, &vdpi_u… in WIN_GetDisplayDPI()
267 hdpi = (float)hdpi_uint; in WIN_GetDisplayDPI()
268 vdpi = (float)hdpi_uint; in WIN_GetDisplayDPI()
269 ddpi = (float)hdpi_uint; in WIN_GetDisplayDPI()

Completed in 3 milliseconds