Searched refs:ImGuiDir_COUNT (Results 1 – 3 of 3) sorted by relevance
2425 case ImGuiDir_COUNT: in RenderArrow()7031 …const ImGuiDir dir_prefered_order[ImGuiDir_COUNT] = { ImGuiDir_Down, ImGuiDir_Right, ImGuiDir_Left… in FindBestWindowPosForPopupEx()7032 for (int n = (*last_dir != ImGuiDir_None) ? -1 : 0; n < ImGuiDir_COUNT; n++) in FindBestWindowPosForPopupEx()7050 …const ImGuiDir dir_prefered_order[ImGuiDir_COUNT] = { ImGuiDir_Right, ImGuiDir_Down, ImGuiDir_Up, … in FindBestWindowPosForPopupEx()7051 for (int n = (*last_dir != ImGuiDir_None) ? -1 : 0; n < ImGuiDir_COUNT; n++) in FindBestWindowPosForPopupEx()
904 ImGuiDir_COUNT enumerator
2982 case ImGuiDir_None: case ImGuiDir_COUNT: break; // Fix warnings in RenderArrowPointingAt()