Searched refs:bytesperrow (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jmemmgr.c | 695 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_sarray_io() local 697 bytesperrow = (long) ptr->samplesperrow * SIZEOF(JSAMPLE); in do_sarray_io() 698 file_offset = ptr->cur_start_row * bytesperrow; in do_sarray_io() 710 byte_count = rows * bytesperrow; in do_sarray_io() 728 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_barray_io() local 730 bytesperrow = (long) ptr->blocksperrow * SIZEOF(JBLOCK); in do_barray_io() 731 file_offset = ptr->cur_start_row * bytesperrow; in do_barray_io() 743 byte_count = rows * bytesperrow; in do_barray_io() 822 size_t bytesperrow = (size_t) ptr->samplesperrow * SIZEOF(JSAMPLE); in access_virt_sarray() local 826 jzero_far((void FAR *) ptr->mem_buffer[undef_row], bytesperrow); in access_virt_sarray() [all …]
|
/external/libjpeg-turbo/ |
D | jmemmgr.c | 756 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_sarray_io() local 758 bytesperrow = (long) ptr->samplesperrow * sizeof(JSAMPLE); in do_sarray_io() 759 file_offset = ptr->cur_start_row * bytesperrow; in do_sarray_io() 771 byte_count = rows * bytesperrow; in do_sarray_io() 789 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_barray_io() local 791 bytesperrow = (long) ptr->blocksperrow * sizeof(JBLOCK); in do_barray_io() 792 file_offset = ptr->cur_start_row * bytesperrow; in do_barray_io() 804 byte_count = rows * bytesperrow; in do_barray_io() 883 size_t bytesperrow = (size_t) ptr->samplesperrow * sizeof(JSAMPLE); in access_virt_sarray() local 887 jzero_far((void *) ptr->mem_buffer[undef_row], bytesperrow); in access_virt_sarray() [all …]
|