Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/scripts/python/
Dexported-sql-viewer.py1447 def PaintPoint(self, painter, last, x): argument
1466 painter.setPen(colour)
1467 painter.drawLine(x0, self.graph_height - y0, x0, self.graph_height)
1469 painter.fillRect(x0, self.graph_height - y0, width, self.graph_height - 1, colour)
1471 def paint(self, painter, option, widget): argument
1474 self.PaintPoint(painter, last, point.x)
1478 self.PaintPoint(painter, last, self.attrs.subrange.x.hi + 1)
1566 def PaintMarks(self, painter, at_y, lo, hi, step, i): argument
1579 painter.drawLine(xp, at_y, xp, at_y + sz)
1583 def paint(self, painter, option, widget): argument
[all …]