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

  /external/swiftshader/src/Main/
FrameBufferWin.cpp 24 originalWindowStyle = GetWindowLong(windowHandle, GWL_STYLE);
31 if(!windowed && GetWindowLong(windowHandle, GWL_STYLE) == WS_POPUP)
  /external/deqp/framework/platform/win32/
tcuWin32Window.cpp 113 if (!AdjustWindowRect(&rc, GetWindowLong(m_window, GWL_STYLE), GetMenu(m_window) != NULL))
  /external/webrtc/webrtc/base/
win32windowpicker.cc 40 LONG exstyle = GetWindowLong(hwnd, GWL_EXSTYLE);
  /external/webrtc/webrtc/modules/desktop_capture/
cropping_window_capturer_win.cc 132 LONG window_ex_style = GetWindowLong(selected, GWL_EXSTYLE);
window_capturer_win.cc 34 LONG exstyle = GetWindowLong(hwnd, GWL_EXSTYLE);
  /external/lzma/CPP/Windows/
Window.h 181 LONG_PTR GetLong(int index) const { return ::GetWindowLong(_window, index); }
  /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))
56 #define GetWindowExStyle(hwnd) ((DWORD)GetWindowLong(hwnd,GWL_EXSTYLE))
    [all...]
windowsx.h 48 #define GetWindowStyle(hwnd) ((DWORD)GetWindowLong(hwnd,GWL_STYLE))
49 #define GetWindowExStyle(hwnd) ((DWORD)GetWindowLong(hwnd,GWL_EXSTYLE))
    [all...]
winuser.h     [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 308 milliseconds