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

/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng2-win.c995 static ulg firstrow; local
998 rows and firstrow simply track how many rows (and which ones) have not
1006 firstrow = row; /* first row not yet displayed */
1070 rect.top = (LONG)firstrow;
H A Drpng2-x.c1138 static ulg firstrow; local
1141 rows and firstrow simply track how many rows (and which ones) have not
1169 firstrow = row; /* first row that is not yet displayed */
1317 if (demo_timing && (row - firstrow >= 16 || row >= rpng2_info.height-2)) {
1318 XPutImage(display, window, gc, ximage, 0, (int)firstrow, 0,
1319 (int)firstrow, rpng2_info.width, row - firstrow + 1);
1325 XPutImage(display, window, gc, ximage, 0, (int)firstrow, 0,
1326 (int)firstrow, rpng2_info.width, row - firstrow
[all...]

Completed in 62 milliseconds