Home
last modified time | relevance | path

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

/linux/tools/power/pm-graph/
H A Dsleepgraph.py2767 def __init__(self, rowheight, scaleheight): argument
2771 self.rowH = rowheight # device row height
2775 self.rowheight = dict()
2876 rowheight = 1
2896 if 'devrows' in dev and dev['devrows'] > rowheight:
2897 rowheight = dev['devrows']
2899 if t not in self.rowlines or t not in self.rowheight:
2901 self.rowheight[t] = dict()
2902 if p not in self.rowlines[t] or p not in self.rowheight[t]:
2904 self.rowheight[t][p] = dict()
[all …]