HomeSort by relevance Sort by last modified time
    Searched full:windowpos (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/ui/views/widget/
widget_hwnd_utils.h 22 // Returns true if the WINDOWPOS data provided indicates the client area of
25 bool DidClientAreaSizeChange(const WINDOWPOS* window_pos);
widget_hwnd_utils.cc 140 bool DidClientAreaSizeChange(const WINDOWPOS* window_pos) {
  /external/chromium_org/third_party/mesa/src/docs/
MESA_window_pos.spec 85 void WindowPos{234}{sidf}MESA( T coords );
86 void WindowPos{234}{sidf}vMESA( T coords );
  /external/mesa3d/docs/
MESA_window_pos.spec 85 void WindowPos{234}{sidf}MESA( T coords );
86 void WindowPos{234}{sidf}vMESA( T coords );
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_video.c 181 const char* windowpos; local
250 windowpos = SDL_getenv("SDL_VIDEO_WINDOW_POS");
253 if ((iscentered) || ((windowpos) && (SDL_strcmp(windowpos, "center")==0)))
271 if (windowpos)
273 if (SDL_sscanf(windowpos, "%d,%d", &x, &y) == 2)
  /external/chromium_org/mojo/services/native_viewport/
native_viewport_win.cc 143 void OnWindowPosChanged(WINDOWPOS* window_pos) {
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysevents.c 561 WINDOWPOS *windowpos = (WINDOWPOS*)lParam; local
570 windowpos->x = 0;
571 windowpos->y = 0;
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_desktop_window_tree_host_win.cc 217 WINDOWPOS* window_pos = reinterpret_cast<WINDOWPOS*>(l_param);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windowsx.h16 171 #define HANDLE_WM_WINDOWPOSCHANGING(hwnd,wParam,lParam,fn) (LRESULT)(DWORD)(WINBOOL)(fn)((hwnd),(WINDOWPOS *)(lParam))
172 #define FORWARD_WM_WINDOWPOSCHANGING(hwnd,lpwpos,fn) (WINBOOL)(DWORD)(fn)((hwnd),WM_WINDOWPOSCHANGING,0,(LPARAM)(WINDOWPOS *)(lpwpos))
174 #define HANDLE_WM_WINDOWPOSCHANGED(hwnd,wParam,lParam,fn) ((fn)((hwnd),(const WINDOWPOS *)(lParam)),0L)
175 #define FORWARD_WM_WINDOWPOSCHANGED(hwnd,lpwpos,fn) (void)(fn)((hwnd),WM_WINDOWPOSCHANGED,0,(LPARAM)(const WINDOWPOS *)(lpwpos))
    [all...]
commctrl.h 558 WINDOWPOS *pwpos;
    [all...]
winuser.h     [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 450 void OnWindowPosChanging(WINDOWPOS* window_pos);
451 void OnWindowPosChanged(WINDOWPOS* window_pos);
hwnd_message_handler.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_framebuffer.c 220 /* Size in WINDOWPOS includes the window frame, so get the size
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_zoom.c 41 * \param imageX, imageY position of the mage being drawn (gl WindowPos)
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_framebuffer.c 220 /* Size in WINDOWPOS includes the window frame, so get the size
  /external/mesa3d/src/mesa/swrast/
s_zoom.c 41 * \param imageX, imageY position of the mage being drawn (gl WindowPos)
  /external/chromium_org/win8/metro_driver/
chrome_app_view.cc 961 WINDOWPOS* pos = reinterpret_cast<WINDOWPOS*>(lp);
    [all...]
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc     [all...]
  /external/eclipse-basebuilder/src/
eclipse-sourceBuild-srcIncluded-3.6.2.zip 

Completed in 1001 milliseconds