Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1433 def __init__(self, data, graph_width, graph_height, attrs, event_handler, parent=None): argument
1438 self.graph_height = graph_height
1444 return QRectF(0, 0, self.graph_width, self.graph_height)
1466 painter.drawLine(x0, self.graph_height - y0, x0, self.graph_height)
1468 painter.fillRect(x0, self.graph_height - y0, width, self.graph_height - 1, colour)
1692 graph_height = attrs.YToPixel(attrs.subrange.y.hi) + 1
1695 self.graph_origin_y = graph_height + margin
1699 self.yline = QGraphicsLineItem(0, 0, 0, graph_height, self)
1708 self.yline.setPos(self.graph_origin_x - y_axis_size, self.graph_origin_y - graph_height)
1716 …self.graph = SwitchGraphDataGraphicsItem(data, graph_width, graph_height, attrs, event_handler, se…
[all …]