Home
last modified time | relevance | path

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

/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1566 def PaintMarks(self, painter, at_y, lo, hi, step, i): argument
1579 painter.drawLine(xp, at_y, xp, at_y + sz)
1607 def PaintScale(self, painter, at_x, at_y): argument
1611 painter.drawLine(at_x, at_y, at_x + width, at_y)
1612 self.PaintMarks(painter, at_y, lo, hi, n, 0)