Home
last modified time | relevance | path

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

/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1450 def PaintPoint(self, painter, last, x): argument
1469 painter.setPen(colour)
1470 painter.drawLine(x0, self.graph_height - y0, x0, self.graph_height)
1472 painter.fillRect(x0, self.graph_height - y0, width, self.graph_height - 1, colour)
1474 def paint(self, painter, option, widget): argument
1477 self.PaintPoint(painter, last, point.x)
1481 self.PaintPoint(painter, last, self.attrs.subrange.x.hi + 1)
1569 def PaintMarks(self, painter, at_y, lo, hi, step, i): argument
1582 painter.drawLine(xp, at_y, xp, at_y + sz)
1586 def paint(self, painter, option, widget): argument
[all …]