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