Searched defs:jvirt_sarray_control (Results 1 – 4 of 4) sorted by relevance
151 struct jvirt_sarray_control { struct152 JSAMPARRAY mem_buffer; /* => the in-memory buffer */153 JDIMENSION rows_in_array; /* total virtual array height */156 JDIMENSION rows_in_mem; /* height of memory buffer */157 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */158 JDIMENSION cur_start_row; /* first logical row # in the buffer */159 JDIMENSION first_undef_row; /* row # of first uninitialized row */160 boolean pre_zero; /* pre-zero mode requested? */161 boolean dirty; /* do current buffer contents need written? */162 boolean b_s_open; /* is backing-store data valid? */[all …]
423 struct jvirt_sarray_control { long dummy; }; struct
1136 struct jvirt_sarray_control { long dummy; }; argument
1136 struct jvirt_sarray_control { long dummy; }; struct
Completed in 16 milliseconds