| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/window/ |
| H A D | window.cc | 187 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 D | winwin32rootless.c | 477 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 D | windialogs.c | 205 SetWindowPos (hwndDlg, HWND_TOPMOST, 0,0,0,0, 216 SetWindowPos (hwndDlg,
|
| H A D | winwin32rootlesswindow.c | 322 SetWindowPos (pRLWinPriv->hWnd, NULL, 380 SetWindowPos (pRLWinPriv->hWnd, NULL,
|
| H A D | winrandr.c | 290 SetWindowPos(pScreenPriv->hwndScreen, NULL,
|
| H A D | winmultiwindowwindow.c | 469 SetWindowPos (pWinPriv->hWnd, 566 SetWindowPos (hWnd, 0, 0, 0, 0, 0,
|
| H A D | winprefs.c | 404 SetWindowPos (hwnd, 410 SetWindowPos (hwnd,
|
| H A D | winwindowswm.c | 446 if (!SetWindowPos (pRLWinPriv->hWnd, NULL,
|
| H A D | winmultiwindowwndproc.c | 902 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 D | winmultiwindowwm.c | 1736 SetWindowPos (hWnd, *zstyle, rcNew.left, rcNew.top,
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | windialogs.c | 185 SetWindowPos(hwndDlg, HWND_TOPMOST, 0, 0, 0, 0, 197 SetWindowPos(hwndDlg,
|
| H A D | winrandr.c | 213 SetWindowPos(pScreenPriv->hwndScreen, NULL,
|
| H A D | winprefs.c | 373 SetWindowPos(hwnd, 377 SetWindowPos(hwnd,
|
| H A D | winmultiwindowwindow.c | 472 SetWindowPos(pWinPriv->hWnd, hInsertAfter, 0, 0, 0, 0, uFlags); 593 SetWindowPos(hWnd, 0, 0, 0, 0, 0,
|
| H A D | winmultiwindowwndproc.c | 1021 SetWindowPos(hwnd, HWND_TOPMOST, 0, 0, 0, 0, 1024 SetWindowPos(hwnd, HWND_NOTOPMOST, 0, 0, 0, 0,
|
| H A D | winmultiwindowwm.c | 705 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 D | win32_x11.h | 228 SetWindowPos(window, HWND_BOTTOM, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE)
|
| H A D | glut_event.c | 1099 SetWindowPos(window->win,
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.h | 278 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 D | imgui.cpp | 3121 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 D | imgui_internal.h | 1336 IMGUI_API void SetWindowPos(ImGuiWindow* window, const ImVec2& pos, ImGuiCond cond);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui.h | 278 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 D | imgui.cpp | 3121 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 D | imgui_internal.h | 1336 IMGUI_API void SetWindowPos(ImGuiWindow* window, const ImVec2& pos, ImGuiCond cond);
|