Searched refs:at_y (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 1559 def PaintMarks(self, painter, at_y, lo, hi, step, i): argument 1572 painter.drawLine(xp, at_y, xp, at_y + sz) 1600 def PaintScale(self, painter, at_x, at_y): argument 1604 painter.drawLine(at_x, at_y, at_x + width, at_y) 1605 self.PaintMarks(painter, at_y, lo, hi, n, 0)
|