Searched defs:jvirt_sarray_control (Results 1 – 6 of 6) sorted by relevance
152 struct jvirt_sarray_control { struct153 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 …]
389 struct jvirt_sarray_control { long dummy; }; struct
1162 struct jvirt_sarray_control { long dummy; }; argument
153 struct jvirt_sarray_control { struct154 JSAMPARRAY mem_buffer; /* => the in-memory buffer */155 JDIMENSION rows_in_array; /* total virtual array height */156 JDIMENSION samplesperrow; /* width of array (and of memory buffer) */157 JDIMENSION maxaccess; /* max rows accessed by access_virt_sarray */158 JDIMENSION rows_in_mem; /* height of memory buffer */159 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */160 JDIMENSION cur_start_row; /* first logical row # in the buffer */161 JDIMENSION first_undef_row; /* row # of first uninitialized row */162 boolean pre_zero; /* pre-zero mode requested? */[all …]
365 struct jvirt_sarray_control { long dummy; }; struct
1076 struct jvirt_sarray_control { long dummy; }; struct