Lines Matching full:rows
450 "\t\t combining rows, and expanding interlacing, respectively\n"
1053 static int rows=0;
1057 rows and firstrow simply track how many rows (and which ones) have not
1064 if (rows == 0)
1067 ++rows; /* count of rows received but not yet displayed */
1071 loop (over rows), this routine is identical to rpng_win_display_image()
1121 Display after every 16 rows or when on last row. (Region may include
1125 if ((rows & 0xf) == 0 || row == rpng2_info.height-1) {
1134 rows = 0;