HomeSort by relevance Sort by last modified time
    Searched full:wm_size (Results 26 - 36 of 36) sorted by null

12

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.rh 225 #define WM_SIZE 0x0005
windowsx.h 144 #define FORWARD_WM_SIZE(hwnd,state,cx,cy,fn) (void)(fn)((hwnd),WM_SIZE,(WPARAM)(UINT)(state),MAKELPARAM((cx),(cy)))
    [all...]
windowsx.h16 181 #define FORWARD_WM_SIZE(hwnd,state,cx,cy,fn) (void)(fn)((hwnd),WM_SIZE,(WPARAM)(UINT)(state),MAKELPARAM((int)(cx),(int)(cy)))
    [all...]
winuser.h 904 #define WM_SIZE 0x0005
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_context.h 859 GLuint wm_size; /**< number of float[4] consts, multiple of 16 */ member in struct:brw_context::__anon17957
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.h 859 GLuint wm_size; /**< number of float[4] consts, multiple of 16 */ member in struct:brw_context::__anon31516
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 651 * Thus, you should handle WM_SIZE and call ResizeBuffers to update the DXGI
    [all...]
  /external/chromium_org/ui/gfx/win/
msg_util.h 126 if (uMsg == WM_SIZE) { \
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 651 * Thus, you should handle WM_SIZE and call ResizeBuffers to update the DXGI
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c 628 case WM_SIZE:
631 printf("WM_SIZE : (%d %d)\n",
    [all...]

Completed in 1898 milliseconds

12