Home
last modified time | relevance | path

Searched defs:hMonitor (Results 1 – 25 of 237) sorted by relevance

12345678910

/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DDxva2.java102 BOOL SaveCurrentMonitorSettings(HANDLE hMonitor); in SaveCurrentMonitorSettings()
137 BOOL GetMonitorBrightness(HANDLE hMonitor, DWORDByReference pdwMinimumBrightness, in GetMonitorBrightness()
204 BOOL SetMonitorBrightness(HANDLE hMonitor, int dwNewBrightness); in SetMonitorBrightness()
215 BOOL SetMonitorContrast(HANDLE hMonitor, int dwNewContrast); in SetMonitorContrast()
276 BOOL DegaussMonitor(HANDLE hMonitor); in DegaussMonitor()
357 BOOL RestoreMonitorFactoryColorDefaults(HANDLE hMonitor); in RestoreMonitorFactoryColorDefaults()
376 BOOL RestoreMonitorFactoryDefaults(HANDLE hMonitor); in RestoreMonitorFactoryDefaults()
410 BOOL SetVCPFeature(HANDLE hMonitor, BYTE bVCPCode, DWORD dwNewValue); in SetVCPFeature()
420 BOOL SaveCurrentSettings(HANDLE hMonitor); in SaveCurrentSettings()
456 BOOL GetTimingReport(HANDLE hMonitor, MC_TIMING_REPORT pmtrMonitorTimingReport); in GetTimingReport()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D11/src/
H A DOgreMonitorInfo.cpp13 …unsigned short Ogre::MonitorInfo::getMonitorSequentialNumberFromHMonitor( HMONITOR hMonitor, bool … in getMonitorSequentialNumberFromHMonitor()
47 …BOOL CALLBACK MonitorInfo::MonitorEnumProc(_In_ HMONITOR hMonitor, _In_ HDC hdcMonitor, _In_ LPREC… in MonitorEnumProc()
/dports/cad/ldview/ldview-4.4/CUI/
H A DCUIScaler.cpp120 double CUIScaler::getScaleFactor(HMONITOR hMonitor) in getScaleFactor()
136 HMONITOR hMonitor, in adjustWindowRectEx()
167 HMONITOR hMonitor = MonitorFromWindow(m_hWindow, in getScaleFactor() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/app/
H A Dsalinfo.cxx44 static BOOL CALLBACK ImplEnumMonitorProc( HMONITOR hMonitor, in ImplEnumMonitorProc()
55 bool WinSalSystem::handleMonitorCallback( sal_IntPtr hMonitor, sal_IntPtr, sal_IntPtr ) in handleMonitorCallback() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/win/app/
H A Dsalinfo.cxx43 static BOOL CALLBACK ImplEnumMonitorProc( HMONITOR hMonitor, in ImplEnumMonitorProc()
54 bool WinSalSystem::handleMonitorCallback( sal_IntPtr hMonitor, sal_IntPtr, sal_IntPtr ) in handleMonitorCallback() argument
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xwin/
H A Dwinmonitors.c43 getMonitorInfo(HMONITOR hMonitor, HDC hdc, LPRECT rect, LPARAM _data) in getMonitorInfo()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xwin/
H A Dwinmonitors.c43 getMonitorInfo(HMONITOR hMonitor, HDC hdc, LPRECT rect, LPARAM _data) in getMonitorInfo()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xwin/
H A Dwinmonitors.c43 getMonitorInfo(HMONITOR hMonitor, HDC hdc, LPRECT rect, LPARAM _data) in getMonitorInfo()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xwin/
H A Dwinmonitors.c43 getMonitorInfo(HMONITOR hMonitor, HDC hdc, LPRECT rect, LPARAM _data) in getMonitorInfo()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xwin/
H A Dwinmonitors.c43 getMonitorInfo(HMONITOR hMonitor, HDC hdc, LPRECT rect, LPARAM _data) in getMonitorInfo()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xwin/
H A Dwinmonitors.c43 getMonitorInfo(HMONITOR hMonitor, HDC hdc, LPRECT rect, LPARAM _data) in getMonitorInfo()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xwin/
H A Dwinmonitors.c43 getMonitorInfo(HMONITOR hMonitor, HDC hdc, LPRECT rect, LPARAM _data) in getMonitorInfo()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xwin/
H A Dwinmonitors.c43 getMonitorInfo(HMONITOR hMonitor, HDC hdc, LPRECT rect, LPARAM _data) in getMonitorInfo()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xwin/
H A Dwinmonitors.c43 getMonitorInfo(HMONITOR hMonitor, HDC hdc, LPRECT rect, LPARAM _data) in getMonitorInfo()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/win32/
H A DOgreWin32Window.cpp110 HMONITOR hMonitor = NULL; in create() local
488 HMONITOR hMonitor = MonitorFromWindow(mHWnd, MONITOR_DEFAULTTONEAREST); in adjustWindow() local
560 HMONITOR hMonitor = MonitorFromWindow(mHWnd, MONITOR_DEFAULTTONEAREST); in setFullscreen() local
591 HMONITOR hMonitor = MonitorFromWindow(mHWnd, MONITOR_DEFAULTTONEAREST); in setFullscreen() local
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLSupport/src/win32/
H A DOgreWin32Window.cpp119 HMONITOR hMonitor = NULL; in create() local
534 HMONITOR hMonitor = MonitorFromWindow(mHWnd, MONITOR_DEFAULTTONEAREST); in adjustWindow() local
609 HMONITOR hMonitor = MonitorFromWindow(mHWnd, MONITOR_DEFAULTTONEAREST); in setFullscreen() local
640 HMONITOR hMonitor = MonitorFromWindow(mHWnd, MONITOR_DEFAULTTONEAREST); in setFullscreen() local
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/Win32/
H A DOgreWin32Window.cpp110 HMONITOR hMonitor = NULL; in create() local
488 HMONITOR hMonitor = MonitorFromWindow(mHWnd, MONITOR_DEFAULTTONEAREST); in adjustWindow() local
560 HMONITOR hMonitor = MonitorFromWindow(mHWnd, MONITOR_DEFAULTTONEAREST); in setFullscreen() local
591 HMONITOR hMonitor = MonitorFromWindow(mHWnd, MONITOR_DEFAULTTONEAREST); in setFullscreen() local
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/utils/
H A Dutils-win.cpp152 static inline QDpi monitorDPI(HMONITOR hMonitor) in monitorDPI()
166 static bool monitorData(HMONITOR hMonitor, QDpi *dpi_out) in monitorData()
193 bool monitorEnumCallback(HMONITOR hMonitor, HDC hdc, LPRECT rect, LPARAM p) in monitorEnumCallback()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsscreen.cpp66 static inline QDpi monitorDPI(HMONITOR hMonitor) in monitorDPI()
79 static bool monitorData(HMONITOR hMonitor, QWindowsScreenData *data) in monitorData()
124 BOOL QT_WIN_CALLBACK monitorEnumCallback(HMONITOR hMonitor, HDC, LPRECT, LPARAM p) in monitorEnumCallback()
597 HMONITOR hMonitor = MonitorFromWindow(hwnd, MONITOR_DEFAULTTONULL); in screenForHwnd() local
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsscreen.cpp66 static inline QDpi monitorDPI(HMONITOR hMonitor) in monitorDPI()
79 static bool monitorData(HMONITOR hMonitor, QWindowsScreenData *data) in monitorData()
124 BOOL QT_WIN_CALLBACK monitorEnumCallback(HMONITOR hMonitor, HDC, LPRECT, LPARAM p) in monitorEnumCallback()
597 HMONITOR hMonitor = MonitorFromWindow(hwnd, MONITOR_DEFAULTTONULL); in screenForHwnd() local
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsscreen.cpp66 static inline QDpi monitorDPI(HMONITOR hMonitor) in monitorDPI()
79 static bool monitorData(HMONITOR hMonitor, QWindowsScreenData *data) in monitorData()
124 BOOL QT_WIN_CALLBACK monitorEnumCallback(HMONITOR hMonitor, HDC, LPRECT, LPARAM p) in monitorEnumCallback()
597 HMONITOR hMonitor = MonitorFromWindow(hwnd, MONITOR_DEFAULTTONULL); in screenForHwnd() local
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsscreen.cpp66 static inline QDpi monitorDPI(HMONITOR hMonitor) in monitorDPI()
79 static bool monitorData(HMONITOR hMonitor, QWindowsScreenData *data) in monitorData()
124 BOOL QT_WIN_CALLBACK monitorEnumCallback(HMONITOR hMonitor, HDC, LPRECT, LPARAM p) in monitorEnumCallback()
597 HMONITOR hMonitor = MonitorFromWindow(hwnd, MONITOR_DEFAULTTONULL); in screenForHwnd() local
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsscreen.cpp66 static inline QDpi monitorDPI(HMONITOR hMonitor) in monitorDPI()
79 static bool monitorData(HMONITOR hMonitor, QWindowsScreenData *data) in monitorData()
124 BOOL QT_WIN_CALLBACK monitorEnumCallback(HMONITOR hMonitor, HDC, LPRECT, LPARAM p) in monitorEnumCallback()
597 HMONITOR hMonitor = MonitorFromWindow(hwnd, MONITOR_DEFAULTTONULL); in screenForHwnd() local
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsscreen.cpp66 static inline QDpi monitorDPI(HMONITOR hMonitor) in monitorDPI()
79 static bool monitorData(HMONITOR hMonitor, QWindowsScreenData *data) in monitorData()
124 BOOL QT_WIN_CALLBACK monitorEnumCallback(HMONITOR hMonitor, HDC, LPRECT, LPARAM p) in monitorEnumCallback()
597 HMONITOR hMonitor = MonitorFromWindow(hwnd, MONITOR_DEFAULTTONULL); in screenForHwnd() local
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsscreen.cpp66 static inline QDpi monitorDPI(HMONITOR hMonitor) in monitorDPI()
79 static bool monitorData(HMONITOR hMonitor, QWindowsScreenData *data) in monitorData()
124 BOOL QT_WIN_CALLBACK monitorEnumCallback(HMONITOR hMonitor, HDC, LPRECT, LPARAM p) in monitorEnumCallback()
597 HMONITOR hMonitor = MonitorFromWindow(hwnd, MONITOR_DEFAULTTONULL); in screenForHwnd() local

12345678910