Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.cpp2475 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()
Dimgui_internal.h1136 ImGuiDir AutoPosLastDirection; member
Dimgui_widgets.cpp1356 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/
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()
/third_party/skia/third_party/externals/imgui/
Dimgui.cpp2948 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()
Dimgui_internal.h1960 ImGuiDir AutoPosLastDirection; member
Dimgui_widgets.cpp1674 …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()