Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp1272 static float CalcMaxPopupHeightFromItemCount(int items_count) in CalcMaxPopupHeightFromItemCount() function
1350 …etNextWindowSizeConstraints(ImVec2(w, 0.0f), ImVec2(FLT_MAX, CalcMaxPopupHeightFromItemCount(popup… in BeginCombo()
1429 …SetNextWindowSizeConstraints(ImVec2(0,0), ImVec2(FLT_MAX, CalcMaxPopupHeightFromItemCount(popup_ma… in Combo()