Searched refs:AutoPosLastDirection (Results 1 – 9 of 9) sorted by relevance
| /third_party/flutter/skia/third_party/externals/imgui/ |
| D | imgui.cpp | 2475 AutoPosLastDirection = ImGuiDir_None; in ImGuiWindow() 4987 window->AutoPosLastDirection = ImGuiDir_None; in Begin() 6949 …return FindBestWindowPosForPopupEx(window->Pos, window->Size, &window->AutoPosLastDirection, r_out… in FindBestWindowPosForPopup() 6954 …return FindBestWindowPosForPopupEx(window->Pos, window->Size, &window->AutoPosLastDirection, r_out… in FindBestWindowPosForPopup() 6966 …pos = FindBestWindowPosForPopupEx(ref_pos, window->Size, &window->AutoPosLastDirection, r_outer, r… in FindBestWindowPosForPopup() 6967 if (window->AutoPosLastDirection == ImGuiDir_None) in FindBestWindowPosForPopup()
|
| D | imgui_internal.h | 1136 ImGuiDir AutoPosLastDirection; member
|
| D | imgui_widgets.cpp | 1356 popup_window->AutoPosLastDirection = ImGuiDir_Left; in BeginCombo() 1358 …ndowPosForPopupEx(frame_bb.GetBL(), size_expected, &popup_window->AutoPosLastDirection, r_outer, f… in BeginCombo()
|
| /third_party/mesa3d/src/imgui/ |
| D | imgui.cpp | 2532 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()
|
| D | imgui_internal.h | 1167 ImGuiDir AutoPosLastDirection; member
|
| D | imgui_widgets.cpp | 1362 popup_window->AutoPosLastDirection = ImGuiDir_Left; in BeginCombo() 1364 …ndowPosForPopupEx(frame_bb.GetBL(), size_expected, &popup_window->AutoPosLastDirection, r_outer, f… in BeginCombo()
|
| /third_party/skia/third_party/externals/imgui/ |
| D | imgui.cpp | 2948 AutoPosLastDirection = ImGuiDir_None; in ImGuiWindow() 6047 window->AutoPosLastDirection = ImGuiDir_None; in Begin() 8755 …return FindBestWindowPosForPopupEx(window->Pos, window->Size, &window->AutoPosLastDirection, r_out… in FindBestWindowPosForPopup() 8760 …return FindBestWindowPosForPopupEx(window->Pos, window->Size, &window->AutoPosLastDirection, r_out… in FindBestWindowPosForPopup() 8772 …return FindBestWindowPosForPopupEx(ref_pos, window->Size, &window->AutoPosLastDirection, r_outer, … in FindBestWindowPosForPopup()
|
| D | imgui_internal.h | 1960 ImGuiDir AutoPosLastDirection; member
|
| D | imgui_widgets.cpp | 1674 …popup_window->AutoPosLastDirection = (flags & ImGuiComboFlags_PopupAlignLeft) ? ImGuiDir_Left : Im… in BeginComboPopup() 1676 …BestWindowPosForPopupEx(bb.GetBL(), size_expected, &popup_window->AutoPosLastDirection, r_outer, b… in BeginComboPopup()
|