Home | History | Annotate | Download | only in jpeg

Lines Matching refs:thisrow

693   long bytesperrow, file_offset, byte_count, rows, thisrow, i;
702 thisrow = (long) ptr->cur_start_row + i;
703 rows = MIN(rows, (long) ptr->first_undef_row - thisrow);
705 rows = MIN(rows, (long) ptr->rows_in_array - thisrow);
726 long bytesperrow, file_offset, byte_count, rows, thisrow, i;
735 thisrow = (long) ptr->cur_start_row + i;
736 rows = MIN(rows, (long) ptr->first_undef_row - thisrow);
738 rows = MIN(rows, (long) ptr->rows_in_array - thisrow);