Searched refs:rowheight (Results 1 – 1 of 1) sorted by relevance
2638 def __init__(self, rowheight, scaleheight): argument2642 self.rowH = rowheight # device row height2646 self.rowheight = dict()2746 rowheight = 12766 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()[all …]