Searched refs:graph_width (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 1437 def __init__(self, data, graph_width, graph_height, attrs, event_handler, parent=None): argument 1441 self.graph_width = graph_width 1448 return QRectF(0, 0, self.graph_width, self.graph_height) 1695 graph_width = attrs.XToPixel(attrs.subrange.x.hi) + 1 1705 self.x_axis = XAxisGraphicsItem(graph_width, self) 1717 self.width = self.graph_origin_x + graph_width + margin 1720 …self.graph = SwitchGraphDataGraphicsItem(data, graph_width, graph_height, attrs, event_handler, se… 1724 parent.EnableRubberBand(self.graph_origin_x, self.graph_origin_x + graph_width - 1, self)
|