Home
last modified time | relevance | path

Searched refs:SetNextWindowPos (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/intel/tools/
Dintel_hang_viewer.cpp547 ImGui::SetNextWindowPos(window->m_position, ImGuiCond_FirstUseEver); in display_windows()
Daubinator_viewer.cpp1102 ImGui::SetNextWindowPos(window->position, ImGuiCond_FirstUseEver); in display_windows()
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp938 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/
Dimgui.h271 …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…
Dimgui_widgets.cpp1365 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()
Dimgui.cpp6178 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()