Searched refs:AutoPosLastDirection (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h1167 ImGuiDir AutoPosLastDirection; member in struct:ImGuiWindow
H A Dimgui.cpp2532 AutoPosLastDirection = ImGuiDir_None;
5111 window->AutoPosLastDirection = ImGuiDir_None;
7092 return FindBestWindowPosForPopupEx(window->Pos, window->Size, &window->AutoPosLastDirection, r_outer, r_avoid);
7097 return FindBestWindowPosForPopupEx(window->Pos, window->Size, &window->AutoPosLastDirection, r_outer, r_avoid);
7109 ImVec2 pos = FindBestWindowPosForPopupEx(ref_pos, window->Size, &window->AutoPosLastDirection, r_outer, r_avoid);
7110 if (window->AutoPosLastDirection == ImGuiDir_None)
H A Dimgui_widgets.cpp1362 popup_window->AutoPosLastDirection = ImGuiDir_Left;
1364 ImVec2 pos = FindBestWindowPosForPopupEx(frame_bb.GetBL(), size_expected, &popup_window->AutoPosLastDirection, r_outer, frame_bb, ImGuiPopupPositionPolicy_ComboBox);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h1167 ImGuiDir AutoPosLastDirection; member in struct:ImGuiWindow
H A Dimgui.cpp2532 AutoPosLastDirection = ImGuiDir_None;
5111 window->AutoPosLastDirection = ImGuiDir_None;
7092 return FindBestWindowPosForPopupEx(window->Pos, window->Size, &window->AutoPosLastDirection, r_outer, r_avoid);
7097 return FindBestWindowPosForPopupEx(window->Pos, window->Size, &window->AutoPosLastDirection, r_outer, r_avoid);
7109 ImVec2 pos = FindBestWindowPosForPopupEx(ref_pos, window->Size, &window->AutoPosLastDirection, r_outer, r_avoid);
7110 if (window->AutoPosLastDirection == ImGuiDir_None)
H A Dimgui_widgets.cpp1362 popup_window->AutoPosLastDirection = ImGuiDir_Left;
1364 ImVec2 pos = FindBestWindowPosForPopupEx(frame_bb.GetBL(), size_expected, &popup_window->AutoPosLastDirection, r_outer, frame_bb, ImGuiPopupPositionPolicy_ComboBox);

Completed in 67 milliseconds