HomeSort by relevance Sort by last modified time
    Searched refs:thisrow (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
jmemmgr.c 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);
759 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
768 thisrow = (long) ptr->cur_start_row + i;
769 rows = MIN(rows, (long) ptr->first_undef_row - thisrow);
771 rows = MIN(rows, (long) ptr->rows_in_array - thisrow);
    [all...]
  /external/jpeg/
jmemmgr.c 693 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);
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jmemmgr.c 696 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
705 thisrow = (long) ptr->cur_start_row + i;
706 rows = MIN(rows, (long) ptr->first_undef_row - thisrow);
708 rows = MIN(rows, (long) ptr->rows_in_array - thisrow);
729 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
738 thisrow = (long) ptr->cur_start_row + i;
739 rows = MIN(rows, (long) ptr->first_undef_row - thisrow);
741 rows = MIN(rows, (long) ptr->rows_in_array - thisrow);
    [all...]
  /external/qemu/distrib/jpeg-6b/
jmemmgr.c 693 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);
    [all...]

Completed in 574 milliseconds