Searched refs:dir_prefered_order (Results 1 – 1 of 1) sorted by relevance
7031 …const ImGuiDir dir_prefered_order[ImGuiDir_COUNT] = { ImGuiDir_Down, ImGuiDir_Right, ImGuiDir_Left… in FindBestWindowPosForPopupEx() local7034 const ImGuiDir dir = (n == -1) ? *last_dir : dir_prefered_order[n]; in FindBestWindowPosForPopupEx()7050 …const ImGuiDir dir_prefered_order[ImGuiDir_COUNT] = { ImGuiDir_Right, ImGuiDir_Down, ImGuiDir_Up, … in FindBestWindowPosForPopupEx() local7053 const ImGuiDir dir = (n == -1) ? *last_dir : dir_prefered_order[n]; in FindBestWindowPosForPopupEx()