Searched defs:columns_count (Results 1 – 4 of 4) sorted by relevance
| /third_party/skia/third_party/externals/imgui/ |
| D | imgui_tables.cpp | 304 bool ImGui::BeginTable(const char* str_id, int columns_count, ImGuiTableFlags flags, const ImVec… in BeginTable() 310 bool ImGui::BeginTableEx(const char* name, ImGuiID id, int columns_count, ImGuiTableFlags flags,… in BeginTableEx() 572 void ImGui::TableBeginInitMemory(ImGuiTable* table, int columns_count) in TableBeginInitMemory() 2797 int columns_count = TableGetColumnCount(); in TableGetHeaderRowHeight() local 2831 const int columns_count = TableGetColumnCount(); in TableHeadersRow() local 3140 static void TableSettingsInit(ImGuiTableSettings* settings, ImGuiID id, int columns_count, int colu… in TableSettingsInit() 3152 static size_t TableSettingsCalcChunkSize(int columns_count) in TableSettingsCalcChunkSize() 3157 ImGuiTableSettings* ImGui::TableSettingsCreate(ImGuiID id, int columns_count) in TableSettingsCreate() 3344 int columns_count = 0; in TableSettingsHandler_ReadOpen() local 3810 ImGuiID ImGui::GetColumnsID(const char* str_id, int columns_count) in GetColumnsID() [all …]
|
| D | imgui_demo.cpp | 5343 static int columns_count = 4; local
|
| /third_party/mesa3d/src/imgui/ |
| D | imgui.cpp | 8321 void ImGui::BeginColumns(const char* str_id, int columns_count, ImGuiColumnsFlags flags) in BeginColumns() 8453 void ImGui::Columns(int columns_count, const char* id, bool border) in Columns()
|
| /third_party/flutter/skia/third_party/externals/imgui/ |
| D | imgui.cpp | 8170 void ImGui::BeginColumns(const char* str_id, int columns_count, ImGuiColumnsFlags flags) in BeginColumns() 8302 void ImGui::Columns(int columns_count, const char* id, bool border) in Columns()
|