Searched refs:next_column (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/gm/ |
H A D | runtimeintrinsics.cpp | 31 static void next_column(SkCanvas* canvas) { in next_column() function 159 next_column(canvas); in plot() 469 next_column(canvas); in plot_matrix_comp_mult() 507 next_column(canvas); in plot_matrix_inverse() 599 next_column(canvas); in plot_bvec()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ls.c | 232 static unsigned long next_column(unsigned long ul, unsigned long dtlen, in next_column() function 384 entrylen(sort[next_column(ul, dtlen, columns, &c)], len); in listfiles() 405 unsigned long next = next_column(ul, dtlen, columns, &curcol); in listfiles()
|
/third_party/toybox/toys/posix/ |
H A D | ls.c | 242 static unsigned long next_column(unsigned long ul, unsigned long dtlen, in next_column() function 395 entrylen(sort[next_column(ul, dtlen, columns, &c)], len); in listfiles() 416 unsigned long next = next_column(ul, dtlen, columns, &curcol); in listfiles()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_tables.cpp | 2949 if (ImGuiTableColumn* next_column = (column->NextEnabledColumn != -1) ? &table->Columns[column->NextEnabledColumn] : NULL) 2950 if (!((column->Flags | next_column->Flags) & ImGuiTableColumnFlags_NoReorder)) 2951 if ((column->IndexWithinEnabledSet < table->FreezeColumnsRequest) == (next_column->IndexWithinEnabledSet < table->FreezeColumnsRequest))
|
Completed in 10 milliseconds