Home
last modified time | relevance | path

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

/Linux-v4.19/tools/power/pm-graph/
Dsleepgraph.py2018 rowheight = dict() variable in Timeline
2024 def __init__(self, rowheight, scaleheight): argument
2025 self.rowH = rowheight
2127 rowheight = 1
2147 if 'devrows' in dev and dev['devrows'] > rowheight:
2148 rowheight = dev['devrows']
2150 if t not in self.rowlines or t not in self.rowheight:
2152 self.rowheight[t] = dict()
2153 if p not in self.rowlines[t] or p not in self.rowheight[t]:
2155 self.rowheight[t][p] = dict()
[all …]