Searched defs:items_count (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp3923 void ImGui::CalcListClipping(int items_count, float items_height, int* out_items_display_start, int* out_items_display_end) argument
H A Dimgui.h1670 ImGuiListClipper(int items_count = -1, float items_height = -1.0f) { Begin(items_count, items_height); } // NB: Begin() initialize every fields (as we allow user to call Begin/End multiple times on a same instance if they want). argument
[all...]
H A Dimgui_widgets.cpp1272 static float CalcMaxPopupHeightFromItemCount(int items_count) argument
1401 int items_count = 0; local in function:Items_SingleStringGetter
1418 bool ImGui::Combo(const char* label, int* current_item, bool (*items_getter)(void*, int, const char**), void* data, int items_count, int popup_max_height_in_items) argument
1459 bool ImGui::Combo(const char* label, int* current_item, const char* const items[], int items_count, in argument
1468 int items_count = 0; local in function:ImGui::Combo
5166 ListBoxHeader(const char * label,int items_count,int height_in_items) argument
5201 ListBox(const char * label,int * current_item,const char * const items[],int items_count,int height_items) argument
5207 ListBox(const char * label,int * current_item,bool (* items_getter)(void *,int,const char **),void * data,int items_count,int height_in_items) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp3923 void ImGui::CalcListClipping(int items_count, float items_height, int* out_items_display_start, int* out_items_display_end) argument
H A Dimgui.h1670 ImGuiListClipper(int items_count = -1, float items_height = -1.0f) { Begin(items_count, items_height); } // NB: Begin() initialize every fields (as we allow user to call Begin/End multiple times on a same instance if they want). argument
[all...]
H A Dimgui_widgets.cpp1272 static float CalcMaxPopupHeightFromItemCount(int items_count) argument
1401 int items_count = 0; local in function:Items_SingleStringGetter
1418 bool ImGui::Combo(const char* label, int* current_item, bool (*items_getter)(void*, int, const char**), void* data, int items_count, int popup_max_height_in_items) argument
1459 bool ImGui::Combo(const char* label, int* current_item, const char* const items[], int items_count, in argument
1468 int items_count = 0; local in function:ImGui::Combo
5166 ListBoxHeader(const char * label,int items_count,int height_in_items) argument
5201 ListBox(const char * label,int * current_item,const char * const items[],int items_count,int height_items) argument
5207 ListBox(const char * label,int * current_item,bool (* items_getter)(void *,int,const char **),void * data,int items_count,int height_in_items) argument
[all...]

Completed in 65 milliseconds