Searched refs:last_dir (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/imgui/ |
H A D | imgui.cpp | 7022 ImVec2 ImGui::FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_avoid, ImGuiPopupPositionPolicy policy) in FindBestWindowPosForPopupEx() argument 7032 for (int n = (*last_dir != ImGuiDir_None) ? -1 : 0; n < ImGuiDir_COUNT; n++) in FindBestWindowPosForPopupEx() 7034 const ImGuiDir dir = (n == -1) ? *last_dir : dir_prefered_order[n]; in FindBestWindowPosForPopupEx() 7035 if (n != -1 && dir == *last_dir) // Already tried this direction? in FindBestWindowPosForPopupEx() 7044 *last_dir = dir; in FindBestWindowPosForPopupEx() 7051 for (int n = (*last_dir != ImGuiDir_None) ? -1 : 0; n < ImGuiDir_COUNT; n++) in FindBestWindowPosForPopupEx() 7053 const ImGuiDir dir = (n == -1) ? *last_dir : dir_prefered_order[n]; in FindBestWindowPosForPopupEx() 7054 if (n != -1 && dir == *last_dir) // Already tried this direction? in FindBestWindowPosForPopupEx() 7063 *last_dir = dir; in FindBestWindowPosForPopupEx() 7068 *last_dir in FindBestWindowPosForPopupEx() [all...] |
H A D | imgui_internal.h | 1396 IMGUI_API ImVec2 FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_avoid, ImGuiPopupPositionPolicy policy = ImGuiPopupPositionPolicy_Default);
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 8653 ImVec2 ImGui::FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_avoid, ImGuiPopupPositionPolicy policy) in FindBestWindowPosForPopupEx() argument 8663 for (int n = (*last_dir != ImGuiDir_None) ? -1 : 0; n < ImGuiDir_COUNT; n++) in FindBestWindowPosForPopupEx() 8665 const ImGuiDir dir = (n == -1) ? *last_dir : dir_prefered_order[n]; in FindBestWindowPosForPopupEx() 8666 if (n != -1 && dir == *last_dir) // Already tried this direction? in FindBestWindowPosForPopupEx() 8675 *last_dir = dir; in FindBestWindowPosForPopupEx() 8685 for (int n = (*last_dir != ImGuiDir_None) ? -1 : 0; n < ImGuiDir_COUNT; n++) in FindBestWindowPosForPopupEx() 8687 const ImGuiDir dir = (n == -1) ? *last_dir : dir_prefered_order[n]; in FindBestWindowPosForPopupEx() 8688 if (n != -1 && dir == *last_dir) // Already tried this direction? in FindBestWindowPosForPopupEx() 8708 *last_dir = dir; in FindBestWindowPosForPopupEx() 8714 *last_dir in FindBestWindowPosForPopupEx() [all...] |
H A D | imgui_internal.h | 2508 IMGUI_API ImVec2 FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_avoid, ImGuiPopupPositionPolicy policy);
|
Completed in 59 milliseconds