Searched refs:scrollrow (Results 1 – 1 of 1) sorted by relevance
115 int scrollrow = 0; field in ColumnListCanvas329 return headerHeight + ((row - scrollrow) * rowHeight) in textY()544 scrollrow = (y + rowHeight - 1) / rowHeight; in scrollY()546 scrollrow = 0; in scrollY()1113 int vertOffset = scrollrow; in paint()1399 return ((row >= scrollrow) && in rowVisible()1400 (row < (scrollrow + dispRows))); in rowVisible()1505 return headerHeight + rowHeight * (row - scrollrow); in getRowY()1656 return headerHeight + ((row - scrollrow) * rowHeight); in rowY()1674 int row = (y - headerHeight - 1) / rowHeight + scrollrow; in mouseDown()