Searched refs:num_cols (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djutils.c117 int num_rows, JDIMENSION num_cols)
121 * The source and destination arrays must be at least as wide as num_cols.
126 register size_t count = (size_t) (num_cols * SIZEOF(JSAMPLE));
141 for (count = num_cols; count > 0; count--)
115 jcopy_sample_rows(JSAMPARRAY input_array, int source_row, JSAMPARRAY output_array, int dest_row, int num_rows, JDIMENSION num_cols) argument
H A Djdcolor.c133 JDIMENSION num_cols = cinfo->output_width; local
148 for (col = 0; col < num_cols; col++) {
180 JDIMENSION num_cols = cinfo->output_width; local
187 for (count = num_cols; count > 0; count--) {
226 JDIMENSION num_cols = cinfo->output_width; local
231 for (col = 0; col < num_cols; col++) {
257 JDIMENSION num_cols = cinfo->output_width; local
273 for (col = 0; col < num_cols; col++) {
H A Djccolor.c144 JDIMENSION num_cols = cinfo->image_width; local
152 for (col = 0; col < num_cols; col++) {
200 JDIMENSION num_cols = cinfo->image_width; local
206 for (col = 0; col < num_cols; col++) {
238 JDIMENSION num_cols = cinfo->image_width; local
247 for (col = 0; col < num_cols; col++) {
290 JDIMENSION num_cols = cinfo->image_width; local
297 for (col = 0; col < num_cols; col++) {
321 JDIMENSION num_cols = cinfo->image_width; local
328 for (col = 0; col < num_cols; co
[all...]
H A Djcprepct.c110 expand_bottom_edge (JSAMPARRAY image_data, JDIMENSION num_cols, argument
117 1, num_cols);
H A Djpegint.h379 int num_rows, JDIMENSION num_cols));

Completed in 63 milliseconds