Lines Matching refs:rowheight
2767 def __init__(self, rowheight, scaleheight): argument
2771 self.rowH = rowheight # device row height
2775 self.rowheight = dict()
2876 rowheight = 1
2896 if 'devrows' in dev and dev['devrows'] > rowheight:
2897 rowheight = dev['devrows']
2899 if t not in self.rowlines or t not in self.rowheight:
2901 self.rowheight[t] = dict()
2902 if p not in self.rowlines[t] or p not in self.rowheight[t]:
2904 self.rowheight[t][p] = dict()
2911 self.rowlines[t][p][row] = rowheight
2912 self.rowheight[t][p][row] = rowheight * rh
2918 return self.rowheight[test][phase][row]
2921 for i in sorted(self.rowheight[test][phase]):
2924 top += self.rowheight[test][phase][i]
2943 for i in sorted(self.rowheight[t][p]):
2944 self.rowheight[t][p][i] = float(self.bodyH)/len(self.rowlines[t][p])
4856 rowheight = devtl.phaseRowHeight(data.testnumber, b, dev['row'])
4873 title, left, top, '%.3f'%rowheight, width, \
4878 height = '%.3f' % (rowheight/3)
4879 top = '%.3f' % (rowtop + devtl.scaleH + 2*rowheight/3)