Home
last modified time | relevance | path

Searched refs:exStyle (Results 1 - 10 of 10) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
H A DListView.h18 bool CreateEx(DWORD exStyle, DWORD style,
107 void SetExtendedListViewStyle(DWORD exStyle) { ListView_SetExtendedListViewStyle(_window, exStyle); } in SetExtendedListViewStyle() argument
108 void SetExtendedListViewStyle(DWORD exMask, DWORD exStyle) { ListView_SetExtendedListViewStyleEx(_window, exMask, exStyle); } in SetExtendedListViewStyle() argument
H A DWindow2.cpp49 bool CWindow2::CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName, in CreateEx() argument
70 return CWindow::CreateEx(exStyle, className, windowName, style, in CreateEx()
76 bool CWindow2::CreateEx(DWORD exStyle, LPCWSTR className, LPCWSTR windowName, in CreateEx() argument
117 return CWindow::CreateEx(exStyle, className, windowName, style, in CreateEx()
H A DWindow2.h20 bool CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName,
25 bool CreateEx(DWORD exStyle, LPCWSTR className, LPCWSTR windowName,
H A DComboBox.h68 DWORD SetExtendedStyle(DWORD exMask, DWORD exStyle) { return (DWORD)SendMsg(CBEM_SETEXTENDEDSTYLE, exMask, (LPARAM)exStyle); } in SetExtendedStyle() argument
H A DListView.cpp14 bool CListView::CreateEx(DWORD exStyle, DWORD style, in CreateEx() argument
19 return CWindow::CreateEx(exStyle, WC_LISTVIEW, TEXT(""), style, x, y, width, in CreateEx()
/third_party/glfw/src/
H A Dwin32_window.c195 const DWORD exStyle = getWindowExStyle(window); in applyAspectRatio() local
199 AdjustWindowRectExForDpi(&frame, style, FALSE, exStyle, in applyAspectRatio()
203 AdjustWindowRectEx(&frame, style, FALSE, exStyle); in applyAspectRatio()
507 const DWORD exStyle = GetWindowLongW(window->win32.handle, GWL_EXSTYLE); in maximizeWindowManually() local
512 AdjustWindowRectExForDpi(&rect, style, FALSE, exStyle, dpi); in maximizeWindowManually()
517 AdjustWindowRectEx(&rect, style, FALSE, exStyle); in maximizeWindowManually()
1097 const DWORD exStyle = getWindowExStyle(window); in windowProc() local
1104 AdjustWindowRectExForDpi(&frame, style, FALSE, exStyle, in windowProc()
1108 AdjustWindowRectEx(&frame, style, FALSE, exStyle); in windowProc()
1283 DWORD exStyle in createNativeWindow() local
2025 DWORD exStyle = GetWindowLongW(window->win32.handle, GWL_EXSTYLE); _glfwSetWindowMousePassthroughWin32() local
2067 LONG exStyle = GetWindowLongW(window->win32.handle, GWL_EXSTYLE); _glfwSetWindowOpacityWin32() local
[all...]
/third_party/lzma/CPP/Windows/
H A DWindow.cpp67 bool CWindow::CreateEx(DWORD exStyle, LPCWSTR className, in CreateEx() argument
75 _window = ::CreateWindowExW(exStyle, className, windowName, in CreateEx()
98 return CreateEx(exStyle, classNameP, windowNameP, in CreateEx()
H A DWindow.h163 bool CreateEx(DWORD exStyle, LPCTSTR className, in CreateEx() argument
169 _window = ::CreateWindowEx(exStyle, className, windowName, in CreateEx()
193 bool CreateEx(DWORD exStyle, LPCWSTR className,
/third_party/skia/src/utils/win/
H A DSkWGL_win.cpp205 DWORD style, exStyle; in create_temp_window() local
206 exStyle = WS_EX_CLIENTEDGE; in create_temp_window()
209 AdjustWindowRectEx(&windowRect, style, false, exStyle); in create_temp_window()
210 if(!(wnd = CreateWindowEx(exStyle, in create_temp_window()
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12Sample.cpp1472 DWORD exStyle = 0; in main() local
1475 AdjustWindowRectEx(&rect, style, FALSE, exStyle); in main()
1477 exStyle, in main()

Completed in 9 milliseconds