Home
last modified time | relevance | path

Searched defs:jvirt_sarray_control (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jmemmgr.c152 struct jvirt_sarray_control { struct
153 JSAMPARRAY mem_buffer; /* => the in-memory buffer */
154 JDIMENSION rows_in_array; /* total virtual array height */
155 JDIMENSION samplesperrow; /* width of array (and of memory buffer) */
156 JDIMENSION maxaccess; /* max rows accessed by access_virt_sarray */
157 JDIMENSION rows_in_mem; /* height of memory buffer */
158 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */
159 JDIMENSION cur_start_row; /* first logical row # in the buffer */
160 JDIMENSION first_undef_row; /* row # of first uninitialized row */
161 boolean pre_zero; /* pre-zero mode requested? */
[all …]
Djpegint.h389 struct jvirt_sarray_control { long dummy; }; struct
Djpeglib.h1162 struct jvirt_sarray_control { long dummy; }; argument
/external/libjpeg-turbo/
Djmemmgr.c156 struct jvirt_sarray_control { struct
157 JSAMPARRAY mem_buffer; /* => the in-memory buffer */
158 JDIMENSION rows_in_array; /* total virtual array height */
159 JDIMENSION samplesperrow; /* width of array (and of memory buffer) */
160 JDIMENSION maxaccess; /* max rows accessed by access_virt_sarray */
161 JDIMENSION rows_in_mem; /* height of memory buffer */
162 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */
163 JDIMENSION cur_start_row; /* first logical row # in the buffer */
164 JDIMENSION first_undef_row; /* row # of first uninitialized row */
165 boolean pre_zero; /* pre-zero mode requested? */
[all …]
Djpegint.h365 struct jvirt_sarray_control { long dummy; }; argument
Djpeglib.h1078 struct jvirt_sarray_control { long dummy; }; struct