Searched refs:sort_specs (Results 1 – 4 of 4) sorted by relevance
395 rc = sort_specs(data); in main()
199 static inline int sort_specs(struct saved_data *data) in sort_specs() function
769 status = sort_specs(data); in init()861 status = sort_specs(data); in init()
2763 …ImGuiTableColumnSortSpecs* sort_specs = (table->SortSpecsCount == 0) ? NULL : (table->SortSpecsCou… in TableSortSpecsBuild() local2764 if (dirty && sort_specs != NULL) in TableSortSpecsBuild()2771 ImGuiTableColumnSortSpecs* sort_spec = &sort_specs[column->SortOrder]; in TableSortSpecsBuild()2778 table->SortSpecs.Specs = sort_specs; in TableSortSpecsBuild()