Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1565 def PaintMarks(self, painter, at_y, lo, hi, step, i): argument
1578 painter.drawLine(xp, at_y, xp, at_y + sz)
1606 def PaintScale(self, painter, at_x, at_y): argument
1610 painter.drawLine(at_x, at_y, at_x + width, at_y)
1611 self.PaintMarks(painter, at_y, lo, hi, n, 0)