Lines Matching refs:row
1920 self.row = 0
2474 item.row = -1
2479 row = 1
2482 if(row not in rowdata):
2483 rowdata[row] = []
2485 if(i.row >= 0):
2490 for ritem in rowdata[row]:
2498 rowdata[row].append(i)
2499 i.row = row
2501 row += 1
2502 return row
2511 def getPhaseRows(self, devlist, row=0, sortby='length'): argument
2544 if(row not in rowdata):
2545 rowdata[row] = []
2552 for ritem in rowdata[row]:
2560 rowdata[row].append(item)
2561 dev['row'] = row
2574 if len(rowdata[row]) == 1 and \
2575 'htmlclass' in rowdata[row][0].dev and \
2576 'sec' in rowdata[row][0].dev['htmlclass']:
2578 self.rowlines[t][p][row] = rowheight
2579 self.rowheight[t][p][row] = rowheight * rh
2580 row += 1
2581 if(row > self.rows):
2582 self.rows = int(row)
2583 return row
2584 def phaseRowHeight(self, test, phase, row): argument
2585 return self.rowheight[test][phase][row]
2586 def phaseRowTop(self, test, phase, row): argument
2589 if i >= row:
4472 top = '%.3f' % (rowtop + devtl.scaleH + (e.row*devtl.rowH))