Lines Matching refs:rowheight
2744 def __init__(self, rowheight, scaleheight): argument
2748 self.rowH = rowheight # device row height
2752 self.rowheight = dict()
2852 rowheight = 1
2872 if 'devrows' in dev and dev['devrows'] > rowheight:
2873 rowheight = dev['devrows']
2875 if t not in self.rowlines or t not in self.rowheight:
2877 self.rowheight[t] = dict()
2878 if p not in self.rowlines[t] or p not in self.rowheight[t]:
2880 self.rowheight[t][p] = dict()
2887 self.rowlines[t][p][row] = rowheight
2888 self.rowheight[t][p][row] = rowheight * rh
2894 return self.rowheight[test][phase][row]
2897 for i in sorted(self.rowheight[test][phase]):
2900 top += self.rowheight[test][phase][i]
2919 for i in sorted(self.rowheight[t][p]):
2920 self.rowheight[t][p][i] = float(self.bodyH)/len(self.rowlines[t][p])
4830 rowheight = devtl.phaseRowHeight(data.testnumber, b, dev['row'])
4847 title, left, top, '%.3f'%rowheight, width, \
4852 height = '%.3f' % (rowheight/3)
4853 top = '%.3f' % (rowtop + devtl.scaleH + 2*rowheight/3)