Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/jpeg/
H A Djmemmgr.c150 struct jvirt_sarray_control { struct
151 JSAMPARRAY mem_buffer; /* => the in-memory buffer */
152 JDIMENSION rows_in_array; /* total virtual array height */
153 JDIMENSION samplesperrow; /* width of array (and of memory buffer) */
154 JDIMENSION maxaccess; /* max rows accessed by access_virt_sarray */
155 JDIMENSION rows_in_mem; /* height of memory buffer */
156 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */
157 JDIMENSION cur_start_row; /* first logical row # in the buffer */
158 JDIMENSION first_undef_row; /* row # of first uninitialized row */
159 boolean pre_zero; /* pre-zero mode requested? */
[all …]
H A Djpegint.h389 struct jvirt_sarray_control { long dummy; }; argument
H A Djpeglib.h1058 struct jvirt_sarray_control { long dummy; }; argument
/plan9/sys/src/cmd/gs/src/
H A Djpeglib0.h1058 struct jvirt_sarray_control { long dummy; }; argument
H A Djpeglib_.h1058 struct jvirt_sarray_control { long dummy; }; argument
H A Djpeglib.h1058 struct jvirt_sarray_control { long dummy; }; struct