Home | History | Annotate | Download | only in gregbook

Lines Matching full:firstrow

1359     static ulg firstrow;
1362 rows and firstrow simply track how many rows (and which ones) have not
1387 firstrow = row; /* first row that is not yet displayed */
1550 if (demo_timing && (row - firstrow >= 16 || row >= rpng2_info.height-2)) {
1551 XPutImage(display, window, gc, ximage, 0, (int)firstrow, 0,
1552 (int)firstrow, rpng2_info.width, row - firstrow + 1);
1558 XPutImage(display, window, gc, ximage, 0, (int)firstrow, 0,
1559 (int)firstrow, rpng2_info.width, row - firstrow + 1);