Lines Matching refs:rows
452 "\t\t combining rows, and expanding interlacing, respectively\n"
994 static int rows=0;
998 rows and firstrow simply track how many rows (and which ones) have not
1005 if (rows == 0)
1008 ++rows; /* count of rows received but not yet displayed */
1012 loop (over rows), this routine is identical to rpng_win_display_image()
1062 Display after every 16 rows or when on last row. (Region may include
1066 if ((rows & 0xf) == 0 || row == rpng2_info.height-1) {
1075 rows = 0;