HomeSort by relevance Sort by last modified time
    Searched refs:GWL_STYLE (Results 1 - 11 of 11) sorted by null

  /external/swiftshader/src/Main/
FrameBufferWin.cpp 24 originalWindowStyle = GetWindowLong(windowHandle, GWL_STYLE);
25 SetWindowLong(windowHandle, GWL_STYLE, WS_POPUP);
31 if(!windowed && GetWindowLong(windowHandle, GWL_STYLE) == WS_POPUP)
33 SetWindowLong(windowHandle, GWL_STYLE, originalWindowStyle);
  /external/deqp/framework/platform/win32/
tcuWin32Window.cpp 113 if (!AdjustWindowRect(&rc, GetWindowLong(m_window, GWL_STYLE), GetMenu(m_window) != NULL))
  /external/lzma/CPP/Windows/
Window.h 176 LONG_PTR SetStyle(LONG_PTR style) { return SetLongPtr(GWL_STYLE, style); }
177 LONG_PTR GetStyle() const { return GetLongPtr(GWL_STYLE); }
219 { return ModifyStyleBase(GWL_STYLE, remove, add, flags); }
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.cpp 217 SetWindowLong(m_hWnd,GWL_STYLE,GetWindowLong(m_hWnd,GWL_STYLE) &~ WS_CAPTION);
  /external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.cc 545 (GetWindowLong(next, GWL_STYLE) & WS_TABSTOP)) {
552 (GetWindowLong(next, GWL_STYLE) & WS_TABSTOP)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windowsx.h16 55 #define GetWindowStyle(hwnd) ((DWORD)GetWindowLong(hwnd,GWL_STYLE))
    [all...]
windowsx.h 48 #define GetWindowStyle(hwnd) ((DWORD)GetWindowLong(hwnd,GWL_STYLE))
    [all...]
winuser.h 936 #define GWL_STYLE (-16)
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 761 milliseconds