Lines Matching defs:jvirt_barray_control
166 struct jvirt_barray_control { struct
167 JBLOCKARRAY mem_buffer; /* => the in-memory buffer */
168 JDIMENSION rows_in_array; /* total virtual array height */
169 JDIMENSION blocksperrow; /* width of array (and of memory buffer) */
170 JDIMENSION maxaccess; /* max rows accessed by access_virt_barray */
171 JDIMENSION rows_in_mem; /* height of memory buffer */
172 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */
173 JDIMENSION cur_start_row; /* first logical row # in the buffer */
174 JDIMENSION first_undef_row; /* row # of first uninitialized row */
175 boolean pre_zero; /* pre-zero mode requested? */
176 boolean dirty; /* do current buffer contents need written? */
177 boolean b_s_open; /* is backing-store data valid? */
178 jvirt_barray_ptr next; /* link to next virtual barray control block */
179 backing_store_info b_s_info; /* System-dependent control info */