Searched refs:painter (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 1447 def PaintPoint(self, painter, last, x): argument 1466 painter.setPen(colour) 1471 def paint(self, painter, option, widget): argument 1474 self.PaintPoint(painter, last, point.x) 1642 self.axis.PaintScale(painter, 0, 5) 1784 painter.drawLine(0, 0, x1, 0) 1785 painter.drawLine(0, 0, 0, 3) 1786 painter.drawLine(x1, 0, x1, 3) 1787 painter.drawLine(0, y1, x1, y1) 1788 painter.drawLine(0, y1, 0, y1 - 3) [all …]
|