Lines Matching refs:JDIMENSION
115 cinfo->output_width = (JDIMENSION)
117 cinfo->output_height = (JDIMENSION)
123 cinfo->output_width = (JDIMENSION)
125 cinfo->output_height = (JDIMENSION)
131 cinfo->output_width = (JDIMENSION)
133 cinfo->output_height = (JDIMENSION)
139 cinfo->output_width = (JDIMENSION)
141 cinfo->output_height = (JDIMENSION)
147 cinfo->output_width = (JDIMENSION)
149 cinfo->output_height = (JDIMENSION)
155 cinfo->output_width = (JDIMENSION)
157 cinfo->output_height = (JDIMENSION)
163 cinfo->output_width = (JDIMENSION)
165 cinfo->output_height = (JDIMENSION)
171 cinfo->output_width = (JDIMENSION)
173 cinfo->output_height = (JDIMENSION)
179 cinfo->output_width = (JDIMENSION)
181 cinfo->output_height = (JDIMENSION)
187 cinfo->output_width = (JDIMENSION)
189 cinfo->output_height = (JDIMENSION)
195 cinfo->output_width = (JDIMENSION)
197 cinfo->output_height = (JDIMENSION)
203 cinfo->output_width = (JDIMENSION)
205 cinfo->output_height = (JDIMENSION)
211 cinfo->output_width = (JDIMENSION)
213 cinfo->output_height = (JDIMENSION)
219 cinfo->output_width = (JDIMENSION)
221 cinfo->output_height = (JDIMENSION)
227 cinfo->output_width = (JDIMENSION)
229 cinfo->output_height = (JDIMENSION)
235 cinfo->output_width = (JDIMENSION)
237 cinfo->output_height = (JDIMENSION)
316 compptr->downsampled_width = (JDIMENSION)
320 compptr->downsampled_height = (JDIMENSION)
465 JDIMENSION jd_samplesperrow;
471 /* Width of an output scanline must be representable as JDIMENSION. */
473 jd_samplesperrow = (JDIMENSION) samplesperrow;