Searched defs:next_column (Results 1 – 5 of 5) sorted by relevance
31 static void next_column(SkCanvas* canvas) { in next_column() function
240 static unsigned long next_column(unsigned long ul, unsigned long dtlen, in next_column() function
232 static unsigned long next_column(unsigned long ul, unsigned long dtlen, in next_column() function
594 inline next_column_manip next_column() { in next_column() function
2949 …if (ImGuiTableColumn* next_column = (column->NextEnabledColumn != -1) ? &table->Columns[column->Ne… in TableHeader() local