Home | History | Annotate | Download | only in iowatcher

Lines Matching refs:cell_index

882 	double cell_index;
888 cell_index = pph->history[i];
889 movie_row = floor(cell_index / graph_width);
890 movie_col = cell_index - movie_row * graph_width;
905 double cell_index;
947 cell_index = pph->history[i];
948 circle_num = floor(cell_index / cells_per_circle);
949 rot = cell_index - circle_num * cells_per_circle;
991 double cell_index;
1007 cell_index = (double)row * blocks_per_row;
1010 cell_index /= movie_blocks_per_cell;
1012 add_plot_history(pph, cell_index);