Home
last modified time | relevance | path

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

/external/trappy/trappy/plotter/
DPlotLayout.py99 def get_2d(self, linear_val): argument
109 return linear_val % self.cols
112 return linear_val % self.rows
114 val_x = linear_val % self.cols
115 val_y = linear_val / self.cols