Searched defs:jvirt_sarray_control (Results 1 – 3 of 3) sorted by relevance
160 struct jvirt_sarray_control { struct161 JSAMPARRAY mem_buffer; /* => the in-memory buffer */162 JDIMENSION rows_in_array; /* total virtual array height */163 JDIMENSION samplesperrow; /* width of array (and of memory buffer) */164 JDIMENSION maxaccess; /* max rows accessed by access_virt_sarray */165 JDIMENSION rows_in_mem; /* height of memory buffer */166 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */167 JDIMENSION cur_start_row; /* first logical row # in the buffer */168 JDIMENSION first_undef_row; /* row # of first uninitialized row */169 boolean pre_zero; /* pre-zero mode requested? */[all …]
368 struct jvirt_sarray_control { long dummy; }; struct
1094 struct jvirt_sarray_control { long dummy; }; argument