Home
last modified time | relevance | path

Searched refs:movie_row (Results 1 – 1 of 1) sorted by relevance

/external/blktrace/iowatcher/
Dplot.c883 double movie_row; in svg_io_graph_movie_array() local
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()
891 svg_add_io(plot->fd, movie_row, movie_col, 4, 4, pph->color); in svg_io_graph_movie_array()