Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/scripts/python/
Dexported-sql-viewer.py1440 def PaintPoint(self, painter, last, x): argument
1459 painter.setPen(colour)
1460 painter.drawLine(x0, self.graph_height - y0, x0, self.graph_height)
1462 painter.fillRect(x0, self.graph_height - y0, width, self.graph_height - 1, colour)
1464 def paint(self, painter, option, widget): argument
1467 self.PaintPoint(painter, last, point.x)
1471 self.PaintPoint(painter, last, self.attrs.subrange.x.hi + 1)
1559 def PaintMarks(self, painter, at_y, lo, hi, step, i): argument
1572 painter.drawLine(xp, at_y, xp, at_y + sz)
1576 def paint(self, painter, option, widget): argument
[all …]