Searched refs:at_y (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 1569 def PaintMarks(self, painter, at_y, lo, hi, step, i): argument 1582 painter.drawLine(xp, at_y, xp, at_y + sz) 1610 def PaintScale(self, painter, at_x, at_y): argument 1614 painter.drawLine(at_x, at_y, at_x + width, at_y) 1615 self.PaintMarks(painter, at_y, lo, hi, n, 0)
|