Searched refs:PaintPoint (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 1446 def PaintPoint(self, painter, last, x): member in SwitchGraphDataGraphicsItem 1473 self.PaintPoint(painter, last, point.x) 1477 self.PaintPoint(painter, last, self.attrs.subrange.x.hi + 1)
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 1447 def PaintPoint(self, painter, last, x): member in SwitchGraphDataGraphicsItem 1474 self.PaintPoint(painter, last, point.x) 1478 self.PaintPoint(painter, last, self.attrs.subrange.x.hi + 1)
|
Completed in 14 milliseconds