Home
last modified time | relevance | path

Searched refs:AutoPosLastDirection (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.cpp2532 AutoPosLastDirection = ImGuiDir_None; in ImGuiWindow()
5111 window->AutoPosLastDirection = ImGuiDir_None; in Begin()
7092 …return FindBestWindowPosForPopupEx(window->Pos, window->Size, &window->AutoPosLastDirection, r_out… in FindBestWindowPosForPopup()
7097 …return FindBestWindowPosForPopupEx(window->Pos, window->Size, &window->AutoPosLastDirection, r_out… in FindBestWindowPosForPopup()
7109 …pos = FindBestWindowPosForPopupEx(ref_pos, window->Size, &window->AutoPosLastDirection, r_outer, r… in FindBestWindowPosForPopup()
7110 if (window->AutoPosLastDirection == ImGuiDir_None) in FindBestWindowPosForPopup()
Dimgui_internal.h1167 ImGuiDir AutoPosLastDirection; member
Dimgui_widgets.cpp1362 popup_window->AutoPosLastDirection = ImGuiDir_Left; in BeginCombo()
1364 …ndowPosForPopupEx(frame_bb.GetBL(), size_expected, &popup_window->AutoPosLastDirection, r_outer, f… in BeginCombo()