Home
last modified time | relevance | path

Searched defs:exStyle (Results 1 – 9 of 9) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
DWindow2.cpp49 bool CWindow2::CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName, in CreateEx()
76 bool CWindow2::CreateEx(DWORD exStyle, LPCWSTR className, LPCWSTR windowName, in CreateEx()
DListView.h107 …void SetExtendedListViewStyle(DWORD exStyle) { ListView_SetExtendedListViewStyle(_window, exStyle)… in SetExtendedListViewStyle()
108 …void SetExtendedListViewStyle(DWORD exMask, DWORD exStyle) { ListView_SetExtendedListViewStyleEx(_… in SetExtendedListViewStyle()
DComboBox.h68 …DWORD SetExtendedStyle(DWORD exMask, DWORD exStyle) { return (DWORD)SendMsg(CBEM_SETEXTENDEDSTYLE,… in SetExtendedStyle()
DListView.cpp14 bool CListView::CreateEx(DWORD exStyle, DWORD style, in CreateEx()
/third_party/glfw/src/
Dwin32_window.c195 const DWORD exStyle = getWindowExStyle(window); in applyAspectRatio() local
507 const DWORD exStyle = GetWindowLongW(window->win32.handle, GWL_EXSTYLE); in maximizeWindowManually() local
1097 const DWORD exStyle = getWindowExStyle(window); in windowProc() local
1283 DWORD exStyle = getWindowExStyle(window); in createNativeWindow() local
2025 DWORD exStyle = GetWindowLongW(window->win32.handle, GWL_EXSTYLE); in _glfwSetWindowMousePassthroughWin32() local
2067 LONG exStyle = GetWindowLongW(window->win32.handle, GWL_EXSTYLE); in _glfwSetWindowOpacityWin32() local
/third_party/lzma/CPP/Windows/
DWindow.cpp67 bool CWindow::CreateEx(DWORD exStyle, LPCWSTR className, in CreateEx()
DWindow.h163 bool CreateEx(DWORD exStyle, LPCTSTR className, in CreateEx()
/third_party/skia/src/utils/win/
DSkWGL_win.cpp205 DWORD style, exStyle; in create_temp_window() local
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12Sample.cpp1472 DWORD exStyle = 0; in main() local