Lines Matching refs:rowheight
2018 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()
2162 self.rowlines[t][p][row] = rowheight
2163 self.rowheight[t][p][row] = rowheight * rh
2169 return self.rowheight[test][phase][row]
2172 for i in sorted(self.rowheight[test][phase]):
2175 top += self.rowheight[test][phase][i]
2194 for i in sorted(self.rowheight[t][p]):
2195 self.rowheight[t][p][i] = self.bodyH/len(self.rowlines[t][p])
3890 rowheight = devtl.phaseRowHeight(data.testnumber, b, dev['row'])
3907 title, left, top, '%.3f'%rowheight, width, \
3915 height = '%.3f' % (rowheight/3)
3916 top = '%.3f' % (rowtop + devtl.scaleH + 2*rowheight/3)