Searched refs:firstrow (Results 1 - 2 of 2) sorted by relevance

/external/libpng/contrib/gregbook/
H A Drpng2-x.c1379 static ulg firstrow; local
1382 rows and firstrow simply track how many rows (and which ones) have not
1407 firstrow = row; /* first row that is not yet displayed */
1570 if (demo_timing && (row - firstrow >= 16 || row >= rpng2_info.height-2)) {
1571 XPutImage(display, window, gc, ximage, 0, (int)firstrow, 0,
1572 (int)firstrow, rpng2_info.width, row - firstrow + 1);
1578 XPutImage(display, window, gc, ximage, 0, (int)firstrow, 0,
1579 (int)firstrow, rpng2_info.width, row - firstrow
[all...]
H A Drpng2-win.c1054 static ulg firstrow; local
1057 rows and firstrow simply track how many rows (and which ones) have not
1065 firstrow = row; /* first row not yet displayed */
1129 rect.top = (LONG)firstrow;

Completed in 53 milliseconds