Searched refs:SetWindowPos (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/window/
H A Dwindow.cc187 if (!SetWindowPos(hwnd, NULL,
191 throw win32_error("SetWindowPos failed");
198 if (!SetWindowPos(hwnd, NULL,
202 throw win32_error("SetWindowPos failed");
209 if (!SetWindowPos(hwnd, NULL,
213 throw win32_error("SetWindowPos failed");
219 if (!SetWindowPos(hwnd, NULL,
223 throw win32_error("SetWindowPos failed");
230 if (!SetWindowPos(hwnd, NULL,
234 throw win32_error("SetWindowPos faile
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinwin32rootless.c477 SetWindowPos (pRLWinPriv->hWnd, NULL, rcNew.left, rcNew.top, 0, 0,
570 SetWindowPos (pRLWinPriv->hWnd, HWND_TOP,
596 SetWindowPos (pRLWinPriv->hWnd, pRLNextWinPriv->hWnd,
627 SetWindowPos (pRLWinPriv->hWnd, pRLNextWinPriv->hWnd,
640 SetWindowPos (pRLWinPriv->hWnd, pRLNextWinPriv->hWnd,
H A Dwindialogs.c205 SetWindowPos (hwndDlg, HWND_TOPMOST, 0,0,0,0,
216 SetWindowPos (hwndDlg,
H A Dwinwin32rootlesswindow.c322 SetWindowPos (pRLWinPriv->hWnd, NULL,
380 SetWindowPos (pRLWinPriv->hWnd, NULL,
H A Dwinrandr.c290 SetWindowPos(pScreenPriv->hwndScreen, NULL,
H A Dwinmultiwindowwindow.c469 SetWindowPos (pWinPriv->hWnd,
566 SetWindowPos (hWnd, 0, 0, 0, 0, 0,
H A Dwinprefs.c404 SetWindowPos (hwnd,
410 SetWindowPos (hwnd,
H A Dwinwindowswm.c446 if (!SetWindowPos (pRLWinPriv->hWnd, NULL,
H A Dwinmultiwindowwndproc.c902 SetWindowPos (hwnd, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE);
904 SetWindowPos (hwnd, HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE);
H A Dwinmultiwindowwm.c1736 SetWindowPos (hWnd, *zstyle, rcNew.left, rcNew.top,
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwindialogs.c185 SetWindowPos(hwndDlg, HWND_TOPMOST, 0, 0, 0, 0,
197 SetWindowPos(hwndDlg,
H A Dwinrandr.c213 SetWindowPos(pScreenPriv->hwndScreen, NULL,
H A Dwinprefs.c373 SetWindowPos(hwnd,
377 SetWindowPos(hwnd,
H A Dwinmultiwindowwindow.c472 SetWindowPos(pWinPriv->hWnd, hInsertAfter, 0, 0, 0, 0, uFlags);
593 SetWindowPos(hWnd, 0, 0, 0, 0, 0,
H A Dwinmultiwindowwndproc.c1021 SetWindowPos(hwnd, HWND_TOPMOST, 0, 0, 0, 0,
1024 SetWindowPos(hwnd, HWND_NOTOPMOST, 0, 0, 0, 0,
H A Dwinmultiwindowwm.c705 SetWindowPos(hWnd, NULL, 0, 0, 0, 0, flags);
2010 SetWindowPos(hWnd, *zstyle, rcNew.left, rcNew.top,
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dwin32_x11.h228 SetWindowPos(window, HWND_BOTTOM, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE)
H A Dglut_event.c1099 SetWindowPos(window->win,
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h278 IMGUI_API void SetWindowPos(const ImVec2& pos, ImGuiCond cond = 0); // (not recommended) set current window position - call within Begin()/End(). prefer using SetNextWindowPos(), as this may incur tearing and side-effects.
283 IMGUI_API void SetWindowPos(const char* name, const ImVec2& pos, ImGuiCond cond = 0); // set named window position.
H A Dimgui.cpp3121 SetWindowPos(moving_window, pos, ImGuiCond_Always);
3963 // with SetWindowPos() and not SetNextWindowPos() will have that rectangle lagging by a frame at the time FindHoveredWindow() is
4949 SetWindowPos(window, g.NextWindowData.PosVal, g.NextWindowData.PosCond);
5128 SetWindowPos(window, ImMax(style.DisplaySafeAreaPadding, window->SetWindowPosVal - window->SizeFull * window->SetWindowPosPivot), 0); // Position given a pivot (e.g. for centering)
6048 void ImGui::SetWindowPos(ImGuiWindow* window, const ImVec2& pos, ImGuiCond cond) function in class:ImGui
6065 void ImGui::SetWindowPos(const ImVec2& pos, ImGuiCond cond) function in class:ImGui
6068 SetWindowPos(window, pos, cond);
6071 void ImGui::SetWindowPos(const char* name, const ImVec2& pos, ImGuiCond cond) function in class:ImGui
6074 SetWindowPos(window, pos, cond);
H A Dimgui_internal.h1336 IMGUI_API void SetWindowPos(ImGuiWindow* window, const ImVec2& pos, ImGuiCond cond);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h278 IMGUI_API void SetWindowPos(const ImVec2& pos, ImGuiCond cond = 0); // (not recommended) set current window position - call within Begin()/End(). prefer using SetNextWindowPos(), as this may incur tearing and side-effects.
283 IMGUI_API void SetWindowPos(const char* name, const ImVec2& pos, ImGuiCond cond = 0); // set named window position.
H A Dimgui.cpp3121 SetWindowPos(moving_window, pos, ImGuiCond_Always);
3963 // with SetWindowPos() and not SetNextWindowPos() will have that rectangle lagging by a frame at the time FindHoveredWindow() is
4949 SetWindowPos(window, g.NextWindowData.PosVal, g.NextWindowData.PosCond);
5128 SetWindowPos(window, ImMax(style.DisplaySafeAreaPadding, window->SetWindowPosVal - window->SizeFull * window->SetWindowPosPivot), 0); // Position given a pivot (e.g. for centering)
6048 void ImGui::SetWindowPos(ImGuiWindow* window, const ImVec2& pos, ImGuiCond cond) function in class:ImGui
6065 void ImGui::SetWindowPos(const ImVec2& pos, ImGuiCond cond) function in class:ImGui
6068 SetWindowPos(window, pos, cond);
6071 void ImGui::SetWindowPos(const char* name, const ImVec2& pos, ImGuiCond cond) function in class:ImGui
6074 SetWindowPos(window, pos, cond);
H A Dimgui_internal.h1336 IMGUI_API void SetWindowPos(ImGuiWindow* window, const ImVec2& pos, ImGuiCond cond);

Completed in 89 milliseconds