Home
last modified time | relevance | path

Searched refs:bytesperrow (Results 1 – 2 of 2) sorted by relevance

/external/jpeg/
Djmemmgr.c693 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_sarray_io() local
695 bytesperrow = (long) ptr->samplesperrow * SIZEOF(JSAMPLE); in do_sarray_io()
696 file_offset = ptr->cur_start_row * bytesperrow; in do_sarray_io()
708 byte_count = rows * bytesperrow; in do_sarray_io()
726 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_barray_io() local
728 bytesperrow = (long) ptr->blocksperrow * SIZEOF(JBLOCK); in do_barray_io()
729 file_offset = ptr->cur_start_row * bytesperrow; in do_barray_io()
741 byte_count = rows * bytesperrow; in do_barray_io()
820 size_t bytesperrow = (size_t) ptr->samplesperrow * SIZEOF(JSAMPLE); in access_virt_sarray() local
824 jzero_far((void FAR *) ptr->mem_buffer[undef_row], bytesperrow); in access_virt_sarray()
[all …]
/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jmemmgr.c696 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_sarray_io() local
698 bytesperrow = (long) ptr->samplesperrow * SIZEOF(JSAMPLE); in do_sarray_io()
699 file_offset = ptr->cur_start_row * bytesperrow; in do_sarray_io()
711 byte_count = rows * bytesperrow; in do_sarray_io()
729 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_barray_io() local
731 bytesperrow = (long) ptr->blocksperrow * SIZEOF(JBLOCK); in do_barray_io()
732 file_offset = ptr->cur_start_row * bytesperrow; in do_barray_io()
744 byte_count = rows * bytesperrow; in do_barray_io()
823 size_t bytesperrow = (size_t) ptr->samplesperrow * SIZEOF(JSAMPLE); in access_virt_sarray() local
827 jzero_far((void FAR *) ptr->mem_buffer[undef_row], bytesperrow); in access_virt_sarray()
[all …]