Searched defs:height_in_items (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/mesa3d/src/imgui/ |
H A D | imgui_widgets.cpp | 1459 …st char* label, int* current_item, const char* const items[], int items_count, int height_in_items) in Combo() 1466 …bo(const char* label, int* current_item, const char* items_separated_by_zeros, int height_in_items) in Combo() 5166 bool ImGui::ListBoxHeader(const char* label, int items_count, int height_in_items) in ListBoxHeader() 5207 …, bool (*items_getter)(void*, int, const char**), void* data, int items_count, int height_in_items) in ListBox() argument
|