Home
last modified time | relevance | path

Searched refs:SetProcessDPIAware (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/dports/deskutils/treesheets/treesheets-1.0.2/src/
H A Dmyapp.h64 SETPROCESSDPIAWARE_T SetProcessDPIAware = NULL; in OnInit() local
66 SetProcessDPIAware = in OnInit()
72 } else if (SetProcessDPIAware) { in OnInit()
73 SetProcessDPIAware(); in OnInit()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/windows/
H A Ddpi.rs28 type SetProcessDPIAware = unsafe extern "system" fn () -> BOOL; typedef
107 } else if let Some(SetProcessDPIAware) = get_function!( in become_dpi_aware()
109 SetProcessDPIAware in become_dpi_aware()
112 SetProcessDPIAware(); in become_dpi_aware()
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/windows/
H A Ddpi.rs28 type SetProcessDPIAware = unsafe extern "system" fn () -> BOOL; typedef
107 } else if let Some(SetProcessDPIAware) = get_function!( in become_dpi_aware()
109 SetProcessDPIAware in become_dpi_aware()
112 SetProcessDPIAware(); in become_dpi_aware()
/dports/games/emptyepsilon/SeriousProton-EE-2021.06.23/src/
H A DwindowManager.cpp28 BOOL(WINAPI *SetProcessDPIAware)(void); in WindowManager()
29SetProcessDPIAware = reinterpret_cast<BOOL(WINAPI *)(void)>(GetProcAddress(user_dll, "SetProcessDP… in WindowManager()
30 if (SetProcessDPIAware) in WindowManager()
31 SetProcessDPIAware(); in WindowManager()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/process/
H A Dsupport_win.cpp60 setProcessDPIAware = (SetProcessDPIAware)library.resolve("SetProcessDPIAware"); in User32DLL()
68 typedef BOOL (WINAPI *SetProcessDPIAware)(); typedef in User32DLL
71 SetProcessDPIAware setProcessDPIAware;
/dports/games/openclonk/openclonk-release-8.1-src/src/game/
H A DClonkMain.cpp51 SETPROCESSDPIAWAREPROC SetProcessDPIAware = in WinMain() local
53 if (SetProcessDPIAware) in WinMain()
54 SetProcessDPIAware(); in WinMain()
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform_impl/windows/
H A Ddpi.rs40 } else if let Some(SetProcessDPIAware) = *SET_PROCESS_DPI_AWARE { in become_dpi_aware()
42 SetProcessDPIAware(); in become_dpi_aware()
H A Dutil.rs262 pub type SetProcessDPIAware = unsafe extern "system" fn() -> BOOL; typedef
296 pub static ref SET_PROCESS_DPI_AWARE: Option<SetProcessDPIAware> =
297 get_function!("user32.dll", SetProcessDPIAware);
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/windows/
H A Ddpi.rs40 } else if let Some(SetProcessDPIAware) = *SET_PROCESS_DPI_AWARE { in become_dpi_aware()
42 SetProcessDPIAware(); in become_dpi_aware()
H A Dutil.rs262 pub type SetProcessDPIAware = unsafe extern "system" fn() -> BOOL; typedef
296 pub static ref SET_PROCESS_DPI_AWARE: Option<SetProcessDPIAware> =
297 get_function!("user32.dll", SetProcessDPIAware);
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/utils/
H A Dutils-win.cpp147 typedef BOOL (WINAPI *SetProcessDPIAware)(); typedef
149 SetProcessDPIAware setProcessDPIAware;
245 setProcessDPIAware = (SetProcessDPIAware)user32_dll.resolve("SetProcessDPIAware"); in fixQtHDPINonIntegerScaling()
/dports/games/craft/Craft-1.0fbsd/deps/glfw/src/
H A Dwin32_platform.h110 #define _glfw_SetProcessDPIAware _glfw.win32.user32.SetProcessDPIAware
195 SETPROCESSDPIAWARE_T SetProcessDPIAware; member
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/glfw/
H A Dwin32_platform.h115 #define _glfw_SetProcessDPIAware _glfw.win32.user32.SetProcessDPIAware
183 SETPROCESSDPIAWARE_T SetProcessDPIAware; member
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/
H A Dplatform.cpp482 SETPROCESSDPIAWARE_T SetProcessDPIAware = NULL; in MakeDPIAware() local
484 SetProcessDPIAware = in MakeDPIAware()
490 } else if (SetProcessDPIAware) { in MakeDPIAware()
491 SetProcessDPIAware(); in MakeDPIAware()
/dports/net/quiterss/quiterss-0.19.4_1/src/main/
H A Dmain.cpp37 SetProcessDPIAware(); in main()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/windows/
H A DSDL_windowsvideo.c121 …data->SetProcessDPIAware = (BOOL (WINAPI *)()) SDL_LoadFunction(data->userDLL, "SetProcessDPIAware… in WIN_CreateDevice()
122 if (data->SetProcessDPIAware) in WIN_CreateDevice()
123 data->SetProcessDPIAware(); in WIN_CreateDevice()
/dports/games/stratagus/stratagus-3.2.0/src/video/
H A Dsdl.cpp270 BOOL(WINAPI *SetProcessDPIAware)(void); // Vista and later in setDpiAware()
276 SetProcessDPIAware = (BOOL(WINAPI *)(void)) SDL_LoadFunction(userDLL, "SetProcessDPIAware"); in setDpiAware()
278 SetProcessDPIAware = NULL; in setDpiAware()
293 if (SetProcessDPIAware) { in setDpiAware()
297 BOOL success = SetProcessDPIAware(); in setDpiAware()
/dports/www/firefox-esr/firefox-91.8.0/mozglue/misc/
H A DWindowsDpiInitialization.cpp65 if (!SetProcessDPIAware()) { in WindowsDpiInitialization()
/dports/www/firefox/firefox-99.0/mozglue/misc/
H A DWindowsDpiInitialization.cpp65 if (!SetProcessDPIAware()) { in WindowsDpiInitialization()
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/misc/
H A DWindowsDpiInitialization.cpp65 if (!SetProcessDPIAware()) { in WindowsDpiInitialization()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/platform/win32/
H A DtcuWin32Platform.cpp45 if (SetProcessDPIAware() == 0) in Platform()
/dports/games/dhewm3/dhewm3-1.5.1/neo/sys/win32/
H A Dwin_main.cpp776 BOOL(WINAPI *SetProcessDPIAware)(void) = NULL; in setHighDPIMode()
786 SetProcessDPIAware = (BOOL(WINAPI *)(void)) GetProcAddress(userDLL, "SetProcessDPIAware"); in setHighDPIMode()
802 else if (SetProcessDPIAware) { in setHighDPIMode()
803 SetProcessDPIAware(); in setHighDPIMode()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowscontext.h100 typedef BOOL (WINAPI *SetProcessDPIAware)(); typedef
124 SetProcessDPIAware setProcessDPIAware = nullptr;
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowscontext.h100 typedef BOOL (WINAPI *SetProcessDPIAware)(); typedef
124 SetProcessDPIAware setProcessDPIAware = nullptr;
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowscontext.h100 typedef BOOL (WINAPI *SetProcessDPIAware)(); typedef
124 SetProcessDPIAware setProcessDPIAware = nullptr;

12345678910>>...12