Searched refs:CalcMaxPopupHeightFromItemCount (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/imgui/ |
H A D | imgui_widgets.cpp | 1272 static float CalcMaxPopupHeightFromItemCount(int items_count) in CalcMaxPopupHeightFromItemCount() function 1350 SetNextWindowSizeConstraints(ImVec2(w, 0.0f), ImVec2(FLT_MAX, CalcMaxPopupHeightFromItemCount(popup_max_height_in_items))); in BeginCombo() 1429 SetNextWindowSizeConstraints(ImVec2(0,0), ImVec2(FLT_MAX, CalcMaxPopupHeightFromItemCount(popup_max_height_in_items))); in Combo()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_widgets.cpp | 1543 // - CalcMaxPopupHeightFromItemCount() [Internal] 1552 static float CalcMaxPopupHeightFromItemCount(int items_count) in CalcMaxPopupHeightFromItemCount() function 1659 SetNextWindowSizeConstraints(ImVec2(w, 0.0f), ImVec2(FLT_MAX, CalcMaxPopupHeightFromItemCount(popup_max_height_in_items))); in BeginComboPopup() 1792 SetNextWindowSizeConstraints(ImVec2(0, 0), ImVec2(FLT_MAX, CalcMaxPopupHeightFromItemCount(popup_max_height_in_items))); in Combo()
|
Completed in 23 milliseconds