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

  /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 175 LONG_PTR SetStyle(LONG_PTR style) { return SetLongPtr(GWL_STYLE, style); }
176 LONG_PTR GetStyle() const { return GetLongPtr(GWL_STYLE); }
218 { return ModifyStyleBase(GWL_STYLE, remove, add, flags); }
  /external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.cc 545 (GetWindowLong(next, GWL_STYLE) & WS_TABSTOP)) {
552 (GetWindowLong(next, GWL_STYLE) & WS_TABSTOP)) {
  /external/skia/src/views/win/
SkOSWindow_win.cpp 710 fSavedWindowState.fStyle = GetWindowLong((HWND)fHWND, GWL_STYLE);
  /external/opencv3/modules/highgui/src/
window_w32.cpp 448 DWORD dwStyle = (DWORD)GetWindowLongPtr(window->frame, GWL_STYLE);
454 SetWindowLongPtr(window->frame, GWL_STYLE, dwStyle | WS_CAPTION | WS_THICKFRAME);
481 SetWindowLongPtr(window->frame, GWL_STYLE, dwStyle & ~WS_CAPTION & ~WS_THICKFRAME);
    [all...]
  /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 848 #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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 

Completed in 118 milliseconds