Lines Matching refs:rowlines
2017 rowlines = dict() variable in Timeline
2150 if t not in self.rowlines or t not in self.rowheight:
2151 self.rowlines[t] = dict()
2153 if p not in self.rowlines[t] or p not in self.rowheight[t]:
2154 self.rowlines[t][p] = dict()
2162 self.rowlines[t][p][row] = rowheight
2181 for t in self.rowlines:
2182 for p in self.rowlines[t]:
2184 for i in sorted(self.rowlines[t][p]):
2185 total += self.rowlines[t][p][i]
2188 if total == len(self.rowlines[t][p]):
2195 self.rowheight[t][p][i] = self.bodyH/len(self.rowlines[t][p])