Lines Matching refs:rowheight
2724 def __init__(self, rowheight, scaleheight): argument
2728 self.rowH = rowheight # device row height
2732 self.rowheight = dict()
2832 rowheight = 1
2852 if 'devrows' in dev and dev['devrows'] > rowheight:
2853 rowheight = dev['devrows']
2855 if t not in self.rowlines or t not in self.rowheight:
2857 self.rowheight[t] = dict()
2858 if p not in self.rowlines[t] or p not in self.rowheight[t]:
2860 self.rowheight[t][p] = dict()
2867 self.rowlines[t][p][row] = rowheight
2868 self.rowheight[t][p][row] = rowheight * rh
2874 return self.rowheight[test][phase][row]
2877 for i in sorted(self.rowheight[test][phase]):
2880 top += self.rowheight[test][phase][i]
2899 for i in sorted(self.rowheight[t][p]):
2900 self.rowheight[t][p][i] = float(self.bodyH)/len(self.rowlines[t][p])
4808 rowheight = devtl.phaseRowHeight(data.testnumber, b, dev['row'])
4825 title, left, top, '%.3f'%rowheight, width, \
4830 height = '%.3f' % (rowheight/3)
4831 top = '%.3f' % (rowtop + devtl.scaleH + 2*rowheight/3)