Home
last modified time | relevance | path

Searched refs:WNDCLASSEXA (Results 1 – 25 of 264) sorted by relevance

1234567891011

/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/wnd/
H A Dwnd.c48 static WNDCLASSEXA* CloneWindowClass(CONST WNDCLASSEXA* lpwcx) in CloneWindowClass()
50 WNDCLASSEXA* _lpwcx = NULL; in CloneWindowClass()
52 _lpwcx = malloc(sizeof(WNDCLASSEXA)); in CloneWindowClass()
57 CopyMemory(_lpwcx, lpwcx, sizeof(WNDCLASSEXA)); in CloneWindowClass()
72 static WNDCLASSEXA* FindWindowClass(LPCSTR lpClassName) in FindWindowClass()
77 WNDCLASSEXA* lpwcx = NULL; in FindWindowClass()
85 lpwcx = (WNDCLASSEXA*)ArrayList_GetItem(g_WindowClasses, index); in FindWindowClass()
185 ATOM WINAPI RegisterClassExA(CONST WNDCLASSEXA* lpwcx) in RegisterClassExA()
187 WNDCLASSEXA* _lpwcx; in RegisterClassExA()
218 WNDCLASSEXA* lpwcx; in CreateWindowExA()
H A Dwnd.h37 WNDCLASSEXA* lpwcx;
/dports/devel/jwasm/JWasm-f0a2fdd/Samples/
H A DWin64_3.asm48 WNDCLASSEXA struct 8 type
61 WNDCLASSEXA ends
82 RegisterClassExA proto :ptr WNDCLASSEXA
129 local wc:WNDCLASSEXA
137 … sub rsp, sizeof WNDCLASSEXA + sizeof MSG + sizeof HWND + 13*8 ;make sure rsp is 16-byte aligned
138 .allocstack sizeof WNDCLASSEXA + sizeof MSG + sizeof HWND + 13*8
147 mov wc.cbSize, SIZEOF WNDCLASSEXA
207 add rsp, sizeof WNDCLASSEXA + sizeof MSG + sizeof HWND + 13*8
H A DWin32_3.asm56 WNDCLASSEXA struct type
69 WNDCLASSEXA ends
77 RegisterClassExA proto :ptr WNDCLASSEXA
109 LOCAL wc:WNDCLASSEXA
113 mov wc.cbSize, SIZEOF WNDCLASSEXA
H A DWin64_2.asm41 WNDCLASSEXA struct 8 type
54 WNDCLASSEXA ends
75 RegisterClassExA proto :ptr WNDCLASSEXA
110 LOCAL wc:WNDCLASSEXA
118 mov wc.cbSize, SIZEOF WNDCLASSEXA
H A DWin64_3e.asm47 WNDCLASSEXA struct 8 type
60 WNDCLASSEXA ends
81 RegisterClassExA proto :ptr WNDCLASSEXA
118 LOCAL wc:WNDCLASSEXA
126 mov wc.cbSize, SIZEOF WNDCLASSEXA
H A DWin32_8e.asm69 WNDCLASSEXA struct type
82 WNDCLASSEXA ends
157 RegisterClassExA proto :ptr WNDCLASSEXA
192 LOCAL wc:WNDCLASSEXA
199 mov wc.cbSize, SIZEOF WNDCLASSEXA
H A DWin64_8.asm55 WNDCLASSEXA struct 8 type
68 WNDCLASSEXA ends
139 RegisterClassExA proto :ptr WNDCLASSEXA
180 LOCAL wc:WNDCLASSEXA
187 mov wc.cbSize, SIZEOF WNDCLASSEXA
H A DWin32_8.asm66 WNDCLASSEXA struct type
79 WNDCLASSEXA ends
152 RegisterClassExA proto :ptr WNDCLASSEXA
187 LOCAL wc:WNDCLASSEXA
194 mov wc.cbSize, SIZEOF WNDCLASSEXA
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/
H A Dnative-state-win32.cpp46 WNDCLASSEXA parentWindowClass = {}; in init_display()
47 parentWindowClass.cbSize = sizeof(WNDCLASSEXA); in init_display()
63 WNDCLASSEXA childWindowClass = {}; in init_display()
64 childWindowClass.cbSize = sizeof(WNDCLASSEXA); in init_display()
/dports/benchmarks/glmark2/glmark2-2021.12/src/
H A Dnative-state-win32.cpp46 WNDCLASSEXA parentWindowClass = {}; in init_display()
47 parentWindowClass.cbSize = sizeof(WNDCLASSEXA); in init_display()
63 WNDCLASSEXA childWindowClass = {}; in init_display()
64 childWindowClass.cbSize = sizeof(WNDCLASSEXA); in init_display()
/dports/graphics/cairo/cairo-1.17.4/boilerplate/
H A Dcairo-boilerplate-wgl.c71 WNDCLASSEXA wincl; in _cairo_boilerplate_wgl_create_window()
76 ZeroMemory (&wincl, sizeof (WNDCLASSEXA)); in _cairo_boilerplate_wgl_create_window()
77 wincl.cbSize = sizeof (WNDCLASSEXA); in _cairo_boilerplate_wgl_create_window()
H A Dcairo-boilerplate-win32.c74 WNDCLASSEXA wincl; in _cairo_boilerplate_win32_create_window()
78 ZeroMemory (&wincl, sizeof (WNDCLASSEXA)); in _cairo_boilerplate_win32_create_window()
79 wincl.cbSize = sizeof (WNDCLASSEXA); in _cairo_boilerplate_win32_create_window()
/dports/games/libretro-2048/libretro-2048-35a299c/cairo/boilerplate/
H A Dcairo-boilerplate-wgl.c71 WNDCLASSEXA wincl; in _cairo_boilerplate_wgl_create_window()
76 ZeroMemory (&wincl, sizeof (WNDCLASSEXA)); in _cairo_boilerplate_wgl_create_window()
77 wincl.cbSize = sizeof (WNDCLASSEXA); in _cairo_boilerplate_wgl_create_window()
/dports/games/libretro-2048/libretro-2048-35a299c/cairo/src/
H A Dcairo-wgl-context.c142 WNDCLASSEXA wincl; in _wgl_dummy_ctx()
147 ZeroMemory (&wincl, sizeof (WNDCLASSEXA)); in _wgl_dummy_ctx()
148 wincl.cbSize = sizeof (WNDCLASSEXA); in _wgl_dummy_ctx()
/dports/graphics/cairo/cairo-1.17.4/src/
H A Dcairo-wgl-context.c142 WNDCLASSEXA wincl; in _wgl_dummy_ctx()
147 ZeroMemory (&wincl, sizeof (WNDCLASSEXA)); in _wgl_dummy_ctx()
148 wincl.cbSize = sizeof (WNDCLASSEXA); in _wgl_dummy_ctx()
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-wgl-context.c142 WNDCLASSEXA wincl; in _wgl_dummy_ctx()
147 ZeroMemory (&wincl, sizeof (WNDCLASSEXA)); in _wgl_dummy_ctx()
148 wincl.cbSize = sizeof (WNDCLASSEXA); in _wgl_dummy_ctx()
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/
H A Dcairo-wgl-context.c142 WNDCLASSEXA wincl; in _wgl_dummy_ctx()
147 ZeroMemory (&wincl, sizeof (WNDCLASSEXA)); in _wgl_dummy_ctx()
148 wincl.cbSize = sizeof (WNDCLASSEXA); in _wgl_dummy_ctx()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-wgl-context.c142 WNDCLASSEXA wincl; in _wgl_dummy_ctx()
147 ZeroMemory (&wincl, sizeof (WNDCLASSEXA)); in _wgl_dummy_ctx()
148 wincl.cbSize = sizeof (WNDCLASSEXA); in _wgl_dummy_ctx()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/util/windows/win32/
H A DWin32Window.cpp516 WNDCLASSEXA parentWindowClass = {}; in initialize()
517 parentWindowClass.cbSize = sizeof(WNDCLASSEXA); in initialize()
533 WNDCLASSEXA childWindowClass = {}; in initialize()
534 childWindowClass.cbSize = sizeof(WNDCLASSEXA); in initialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/util/windows/win32/
H A DWin32Window.cpp520 WNDCLASSEXA parentWindowClass = {}; in initializeImpl()
521 parentWindowClass.cbSize = sizeof(WNDCLASSEXA); in initializeImpl()
537 WNDCLASSEXA childWindowClass = {}; in initializeImpl()
538 childWindowClass.cbSize = sizeof(WNDCLASSEXA); in initializeImpl()
/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Dwnd.h338 } WNDCLASSEXA, *PWNDCLASSEXA, NEAR *NPWNDCLASSEXA, FAR *LPWNDCLASSEXA; typedef
370 typedef WNDCLASSEXA WNDCLASSEX;
445 WINPR_API ATOM WINAPI RegisterClassExA(CONST WNDCLASSEXA* lpwcx);
/dports/lang/fpc-source/fpc-3.2.2/packages/ptc/src/win32/base/
H A Dwin32window.inc35 WNDCLASSEXA = WNDCLASSEX;
63 wc: WNDCLASSEXA;
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/win32/
H A Dwin_main.c409 WNDCLASSEXA wc; in OpenMainWindow()
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/sys/winks/
H A Dksdeviceprovider.c421 WNDCLASSEXA classex; in reg_msg_window_class()

1234567891011