Searched refs:SetNextWindowPos (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/intel/tools/ |
D | intel_hang_viewer.cpp | 547 ImGui::SetNextWindowPos(window->m_position, ImGuiCond_FirstUseEver); in display_windows()
|
D | aubinator_viewer.cpp | 1102 ImGui::SetNextWindowPos(window->position, ImGuiCond_FirstUseEver); in display_windows()
|
/external/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 938 ImGui::SetNextWindowPos(ImVec2(margin, margin), ImGuiCond_Always); in position_layer() 941 ImGui::SetNextWindowPos(ImVec2(data->width - data->window_size.x - margin, margin), in position_layer() 945 ImGui::SetNextWindowPos(ImVec2(margin, data->height - data->window_size.y - margin), in position_layer() 949 ImGui::SetNextWindowPos(ImVec2(data->width - data->window_size.x - margin, in position_layer()
|
/external/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()
|