Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui.cpp2425 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()
Dimgui.h904 ImGuiDir_COUNT enumerator
Dimgui_draw.cpp2982 case ImGuiDir_None: case ImGuiDir_COUNT: break; // Fix warnings in RenderArrowPointingAt()