Searched refs:rowheight (Results 1 – 1 of 1) sorted by relevance
2767 def __init__(self, rowheight, scaleheight): argument2771 self.rowH = rowheight # device row height2775 self.rowheight = dict()2876 rowheight = 12896 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()[all …]