Lines Matching defs:rows
453 "\t\t combining rows, and expanding interlacing, respectively\n"
1137 static int rows=0, prevpass=(-1);
1141 rows and firstrow simply track how many rows (and which ones) have not
1168 if (rows == 0)
1171 ++rows; /* count of rows received but not yet displayed */
1175 (over rows) and moving the XPutImage() call outside the "if (depth)"
1310 Display after every 16 rows or when on one of last two rows. (Region
1313 with odd number of rows.) For demos, flush (and delay) after every 16th
1321 rows = 0;
1324 if (!demo_timing && ((rows & 0xf) == 0 || row >= rpng2_info.height-2)) {
1328 rows = 0;