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

  /external/chromium_org/third_party/webrtc/test/linux/
glx_renderer.cc 143 XConfigureWindow(display_, window_, CWWidth | CWHeight, &wc);
  /external/deqp/framework/platform/X11/
tcuX11.cpp 216 const unsigned int mask = CWWidth | CWHeight;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
X.h 412 #define CWWidth (1<<2)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
X.h 412 #define CWWidth (1<<2)
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_topmost_window_finder_unittest.cc 159 CWX | CWY | CWWidth | CWHeight,
desktop_window_tree_host_x11.cc 880 value_mask |= CWHeight | CWWidth;
    [all...]
  /external/chromium_org/ui/aura/
window_tree_host_x11.cc 548 value_mask = CWHeight | CWWidth;

Completed in 1298 milliseconds