Lines Matching refs:rowheight
2638 def __init__(self, rowheight, scaleheight): argument
2642 self.rowH = rowheight # device row height
2646 self.rowheight = dict()
2746 rowheight = 1
2766 if 'devrows' in dev and dev['devrows'] > rowheight:
2767 rowheight = dev['devrows']
2769 if t not in self.rowlines or t not in self.rowheight:
2771 self.rowheight[t] = dict()
2772 if p not in self.rowlines[t] or p not in self.rowheight[t]:
2774 self.rowheight[t][p] = dict()
2781 self.rowlines[t][p][row] = rowheight
2782 self.rowheight[t][p][row] = rowheight * rh
2788 return self.rowheight[test][phase][row]
2791 for i in sorted(self.rowheight[test][phase]):
2794 top += self.rowheight[test][phase][i]
2813 for i in sorted(self.rowheight[t][p]):
2814 self.rowheight[t][p][i] = float(self.bodyH)/len(self.rowlines[t][p])
4656 rowheight = devtl.phaseRowHeight(data.testnumber, b, dev['row'])
4673 title, left, top, '%.3f'%rowheight, width, \
4681 height = '%.3f' % (rowheight/3)
4682 top = '%.3f' % (rowtop + devtl.scaleH + 2*rowheight/3)