Home
last modified time | relevance | path

Searched refs:SortOrder (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/imgui/
H A Dimgui_tables.cpp765 if (column->SortOrder != -1 && !column->IsEnabled) in TableUpdateLayout()
767 if (column->SortOrder > 0 && !(table->Flags & ImGuiTableFlags_SortMulti)) in TableUpdateLayout()
1036 if (column->SortOrder != -1) in TableUpdateLayout()
1452 column->SortOrder = 0; // Multiple columns using _DefaultSort will be reassigned unique SortOrder values when building the sort specs. in TableSetupColumn()
2628 if (column->SortOrder == -1 || (column->SortDirectionsAvailMask & (1 << column->SortDirection)) != 0) in TableFixColumnSortDirection()
2641 if (column->SortOrder == -1) in TableGetColumnNextSortDirection()
2665 sort_order_max = ImMax(sort_order_max, table->Columns[other_column_n].SortOrder); in TableSetColumnSortDirection()
2670 column->SortOrder = -1; in TableSetColumnSortDirection()
2671 else if (column->SortOrder in TableSetColumnSortDirection()
[all...]
H A Dimgui_internal.h2153 ImGuiTableColumnIdx SortOrder; // Index of this column within sort specs, -1 if not sorting on this column, 0 for single-sort, may be >0 on multi-sort
2180 SortOrder = -1;
2335 ImGuiTableColumnIdx SortOrder;
2345 DisplayOrder = SortOrder = -1;
H A Dimgui.h2034 ImS16 SortOrder; // Index within parent ImGuiTableSortSpecs (always stored in order starting from 0, tables sorted on a single criteria will always have a 0 here) member
/third_party/vk-gl-cts/modules/egl/
H A DteglChooseConfigReference.cpp56 enum SortOrder enum
70 SortOrder sortOrder;
80 AttribRule (EGLenum name_, EGLint value_, Criteria criteria_, SortOrder sortOrder_) in AttribRule()

Completed in 23 milliseconds