Searched refs:test_row (Results 1 – 1 of 1) sorted by relevance
1015 TO_ROW *test_row; //next row in expand_rows() local1063 test_row = row_it.data_relative (1); in expand_rows()1065 if (test_row->max_y () > y_bottom) { in expand_rows()1066 if (test_row->min_y () > y_bottom) { in expand_rows()1068 tprintf("Eating row below at %f\n", test_row->intercept()); in expand_rows()1072 plot_parallel_row(test_row, in expand_rows()1079 blob_it.add_list_after (test_row->blob_list ()); in expand_rows()1085 else if (test_row->max_y () < y_min) { in expand_rows()1087 y_bottom = test_row->max_y (); in expand_rows()1090 y_bottom, test_row->intercept()); in expand_rows()[all …]