Home
last modified time | relevance | path

Searched refs:graph_width (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
1437 self.graph_width = graph_width
1444 return QRectF(0, 0, self.graph_width, self.graph_height)
1691 graph_width = attrs.XToPixel(attrs.subrange.x.hi) + 1
1701 self.x_axis = XAxisGraphicsItem(graph_width, self)
1713 self.width = self.graph_origin_x + graph_width + margin
1716 …self.graph = SwitchGraphDataGraphicsItem(data, graph_width, graph_height, attrs, event_handler, se…
1720 parent.EnableRubberBand(self.graph_origin_x, self.graph_origin_x + graph_width - 1, self)