Home
last modified time | relevance | path

Searched refs:count_fixed (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/imgui/
Dimgui_tables.cpp730 int count_fixed = 0; // Number of columns that have fixed sizing policies in TableUpdateLayout() local
816 count_fixed++; in TableUpdateLayout()
889 table->ColumnsEnabledFixedCount = (ImGuiTableColumnIdx)count_fixed; in TableUpdateLayout()