Home
last modified time | relevance | path

Searched refs:SM_CXFIXEDFRAME (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_Window_hotspot.cxx57 left = right = GetSystemMetrics(SM_CXFIXEDFRAME); in hotspot()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_Window_hotspot.cxx48 left = right = GetSystemMetrics(SM_CXFIXEDFRAME); in hotspot()
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_Window_hotspot.cxx57 left = right = GetSystemMetrics(SM_CXFIXEDFRAME); in hotspot()
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_Window_hotspot.cxx57 left = right = GetSystemMetrics(SM_CXFIXEDFRAME); in hotspot()
/dports/math/scilab/scilab-6.1.1/scilab/modules/windows_tools/tests/unit_tests/
H A Dgetsystemmetrics.dia.ref17 getsystemmetrics('SM_CXFIXEDFRAME');
H A Dgetsystemmetrics.tst18 getsystemmetrics('SM_CXFIXEDFRAME');
/dports/lang/polyml/polyml-5.8.2/mlsource/extra/Win/
H A DWinSystem.sml30 val SM_CXFIXEDFRAME : SystemMetrics value
182 val SM_CXFIXEDFRAME = SM_CXDLGFRAME value
/dports/emulators/gbe/gbe/
H A Dwin32.c98 width + (2 * GetSystemMetrics(SM_CXFIXEDFRAME)), height in gbe_create_window_win32()
/dports/math/scilab/scilab-6.1.1/scilab/modules/windows_tools/sci_gateway/cpp/
H A Dsci_getsystemmetrics.cpp106 return SM_CXFIXEDFRAME; in getnIndexFromString()
/dports/devel/tbb/oneTBB-2020.3/examples/common/gui/
H A Dwinvideo.h82 int xaddend = GetSystemMetrics(fixedsize?SM_CXFIXEDFRAME:SM_CXFRAME)*2; in WinInit()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/common/gui/
H A Dwinvideo.h82 int xaddend = GetSystemMetrics(fixedsize?SM_CXFIXEDFRAME:SM_CXFRAME)*2; in WinInit()
/dports/devel/onetbb/oneTBB-2021.4.0/examples/common/gui/
H A Dwinvideo.hpp87 int xaddend = GetSystemMetrics(fixedsize ? SM_CXFIXEDFRAME : SM_CXFRAME) * 2; in WinInit()
/dports/games/d2x/d2x-0.2.5/arch/ogl/
H A Dwgl.c167 return GetSystemMetrics(SM_CXFIXEDFRAME)*2; in get_win_x_bs()
/dports/games/hex-a-hop/hex-a-hop-1.1.0/src/
H A Dgfx.cpp374 stylusx -= (r.left + GetSystemMetrics(SM_CXFIXEDFRAME)); in main()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/osapi/
H A Dosapi.cpp687 x_add = GetSystemMetrics(SM_CXFIXEDFRAME) * 2; in win32_create_window()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xwin/
H A Dwincreatewnd.c245 iWidth += 2 * GetSystemMetrics(SM_CXFIXEDFRAME); in winCreateBoundingWindowWindowed()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xwin/
H A Dwincreatewnd.c245 iWidth += 2 * GetSystemMetrics(SM_CXFIXEDFRAME); in winCreateBoundingWindowWindowed()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xwin/
H A Dwincreatewnd.c266 iWidth += 2 * GetSystemMetrics(SM_CXFIXEDFRAME); in winCreateBoundingWindowWindowed()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xwin/
H A Dwincreatewnd.c266 iWidth += 2 * GetSystemMetrics(SM_CXFIXEDFRAME); in winCreateBoundingWindowWindowed()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xwin/
H A Dwincreatewnd.c266 iWidth += 2 * GetSystemMetrics(SM_CXFIXEDFRAME); in winCreateBoundingWindowWindowed()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xwin/
H A Dwincreatewnd.c266 iWidth += 2 * GetSystemMetrics(SM_CXFIXEDFRAME); in winCreateBoundingWindowWindowed()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xwin/
H A Dwincreatewnd.c266 iWidth += 2 * GetSystemMetrics(SM_CXFIXEDFRAME); in winCreateBoundingWindowWindowed()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xwin/
H A Dwincreatewnd.c266 iWidth += 2 * GetSystemMetrics(SM_CXFIXEDFRAME); in winCreateBoundingWindowWindowed()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xwin/
H A Dwincreatewnd.c266 iWidth += 2 * GetSystemMetrics(SM_CXFIXEDFRAME); in winCreateBoundingWindowWindowed()
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DWinUser.java681 int SM_CXFIXEDFRAME = SM_CXDLGFRAME; /* ;win40 name change */ field

12345678910>>...14