Searched refs:SetNextWindowPos (Results 1 – 10 of 10) sorted by relevance
| /third_party/mesa3d/src/vulkan/overlay-layer/ |
| D | overlay.cpp | 907 ImGui::SetNextWindowPos(ImVec2(margin, margin), ImGuiCond_Always); in position_layer() 910 ImGui::SetNextWindowPos(ImVec2(data->width - data->window_size.x - margin, margin), in position_layer() 914 ImGui::SetNextWindowPos(ImVec2(margin, data->height - data->window_size.y - margin), in position_layer() 918 ImGui::SetNextWindowPos(ImVec2(data->width - data->window_size.x - margin, in position_layer()
|
| /third_party/skia/third_party/externals/imgui/ |
| D | imgui_demo.cpp | 340 …ImGui::SetNextWindowPos(ImVec2(main_viewport->WorkPos.x + 650, main_viewport->WorkPos.y + 20), ImG… in ShowDemoWindow() 3341 ImGui::SetNextWindowPos(center, ImGuiCond_Appearing, ImVec2(0.5f, 0.5f)); in ShowDemoWindowPopups() 6054 ImGui::SetNextWindowPos(ImGui::GetCursorScreenPos()); 7042 ImGui::SetNextWindowPos(window_pos, ImGuiCond_Always, window_pos_pivot); 7081 ImGui::SetNextWindowPos(use_work_area ? viewport->WorkPos : viewport->Pos); 7120 ImGui::SetNextWindowPos(ImVec2(base_pos.x + 100, base_pos.y + 100), ImGuiCond_FirstUseEver); 7125 ImGui::SetNextWindowPos(ImVec2(base_pos.x + 100, base_pos.y + 200), ImGuiCond_FirstUseEver); 7133 ImGui::SetNextWindowPos(ImVec2(base_pos.x + 100, base_pos.y + 300), ImGuiCond_FirstUseEver);
|
| D | imgui_widgets.cpp | 1677 SetNextWindowPos(pos); in BeginComboPopup() 4963 SetNextWindowPos(g.LastItemData.Rect.GetBL() + ImVec2(-1, style.ItemSpacing.y)); in ColorEdit4() 6760 SetNextWindowPos(pos); in BeginViewportSideBar() 6974 …SetNextWindowPos(popup_pos, ImGuiCond_Always); // Note: this is super misleading! The value will s… in BeginMenuEx()
|
| D | imgui.h | 364 …IMGUI_API void SetNextWindowPos(const ImVec2& pos, ImGuiCond cond = 0, const ImVec2& pivo…
|
| D | imgui.cpp | 6967 void ImGui::SetNextWindowPos(const ImVec2& pos, ImGuiCond cond, const ImVec2& pivot) in SetNextWindowPos() function in ImGui 8208 SetNextWindowPos(tooltip_pos); in BeginTooltipEx() 8541 SetNextWindowPos(viewport->GetCenter(), ImGuiCond_FirstUseEver, ImVec2(0.5f, 0.5f)); in BeginPopupModal() 10081 SetNextWindowPos(viewport->GetCenter(), ImGuiCond_Always, ImVec2(0.5f, 0.5f)); in NavUpdateWindowingOverlay()
|
| /third_party/mesa3d/src/imgui/ |
| D | imgui.h | 271 …IMGUI_API void SetNextWindowPos(const ImVec2& pos, ImGuiCond cond = 0, const ImVec2& pivo… 1511 …oid SetNextWindowPosCenter(ImGuiCond c=0) { ImGuiIO& io = GetIO(); SetNextWindowPos(ImVec2(io.Dis…
|
| D | imgui_widgets.cpp | 1365 SetNextWindowPos(pos); in BeginCombo() 3959 SetNextWindowPos(window->DC.LastItemRect.GetBL() + ImVec2(-1,style.ItemSpacing.y)); in ColorEdit4() 5493 SetNextWindowPos(ImVec2(0.0f, 0.0f)); in BeginMainMenuBar() 5718 SetNextWindowPos(popup_pos, ImGuiCond_Always); in BeginMenu()
|
| D | imgui.cpp | 6178 void ImGui::SetNextWindowPos(const ImVec2& pos, ImGuiCond cond, const ImVec2& pivot) in SetNextWindowPos() function in ImGui 6665 SetNextWindowPos(tooltip_pos); in BeginTooltip() 6952 SetNextWindowPos(g.IO.DisplaySize * 0.5f, ImGuiCond_Appearing, ImVec2(0.5f, 0.5f)); in BeginPopupModal() 8130 SetNextWindowPos(g.IO.DisplaySize * 0.5f, ImGuiCond_Always, ImVec2(0.5f, 0.5f)); in NavUpdateWindowingList()
|
| /third_party/mesa3d/src/intel/tools/ |
| D | aubinator_viewer.cpp | 1089 ImGui::SetNextWindowPos(window->position, ImGuiCond_FirstUseEver); in display_windows()
|
| /third_party/skia/third_party/externals/imgui/docs/ |
| D | CHANGELOG.txt | 665 - Window: Fixed using non-zero pivot in SetNextWindowPos() when the window is collapsed. (#3433) 881 …Enforce centering using e.g. SetNextWindowPos(io.DisplaySize * 0.5f, ImGuiCond_Appearing, ImVec2(0… 1105 - SetNextWindowPosCenter() -> use SetNextWindowPos() with a pivot of (0.5f, 0.5f) 1693 - Window: Fixed using SetNextWindowPos() on a child window (which wasn't really documented) positio… 2194 - Popup: BeginPopupModal: fixed the conditional test for SetNextWindowPos() which was polling the w… 2336 - Window: Made it possible to use SetNextWindowPos() on a child window. 2340 …ew window for one frame until they calculate their size. Also fixes SetNextWindowPos() given a non… 2422 - Obsoleted 'SetNextWindowPosCenter()' in favor of using 1SetNextWindowPos()` with a pivot value wh… 2453 - Window: Added pivot parameter to `SetNextWindowPos()`, making it possible to center or right alig…
|