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

  /external/chromium_org/gpu/gles2_conform_support/native/
egl_native_win.cc 73 if (!AdjustWindowRect(&wnd_rect, wnd_style, FALSE))
  /external/chromium_org/third_party/angle/samples/gles2_book/Common/Win32/
esUtil_win32.c 126 AdjustWindowRect ( &windowRect, wStyle, FALSE );
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysevents.c 112 //AdjustWindowRect is not available under WinCE 2003
113 #define AdjustWindowRect(a,b,c) (AdjustWindowRectEx((a),(b),(c),0))
537 AdjustWindowRect(

Completed in 1196 milliseconds