Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dstudiox_util.cpp1909 HDC hdc = ::GetDC(NULL); in GetSystemDPI() local
1911 int dpi = GetDeviceCaps(hdc, LOGPIXELSX); in GetSystemDPI()
1913 ::ReleaseDC(NULL, hdc); in GetSystemDPI()