Searched refs:avail_h (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp7057 float avail_h = (dir == ImGuiDir_Up ? r_avoid.Min.y : r_outer.Max.y) - (dir == ImGuiDir_Down ? r_avoid.Max.y : r_outer.Min.y); local in function:ImGui::FindBestWindowPosForPopupEx
7058 if (avail_w < size.x || avail_h < size.y)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp7057 float avail_h = (dir == ImGuiDir_Up ? r_avoid.Min.y : r_outer.Max.y) - (dir == ImGuiDir_Down ? r_avoid.Max.y : r_outer.Min.y); local in function:ImGui::FindBestWindowPosForPopupEx
7058 if (avail_w < size.x || avail_h < size.y)

Completed in 33 milliseconds