Searched refs:thisrow (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemmgr.c693 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
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; local
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);

Completed in 78 milliseconds