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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdpostct.c38 jvirt_sarray_ptr whole_image; /* virtual array, or NULL if one-pass */ member in struct:__anon719
92 ((j_common_ptr) cinfo, post->whole_image,
105 if (post->whole_image == NULL)
111 if (post->whole_image == NULL)
174 ((j_common_ptr) cinfo, post->whole_image,
218 ((j_common_ptr) cinfo, post->whole_image,
263 post->whole_image = NULL; /* flag for no virtual arrays */
277 post->whole_image = (*cinfo->mem->request_virt_sarray)
H A Djcmainct.c50 jvirt_sarray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon693
89 if (_main->whole_image[0] != NULL)
98 if (_main->whole_image[0] == NULL)
188 ((j_common_ptr) cinfo, _main->whole_image[ci],
274 _main->whole_image[ci] = (*cinfo->mem->request_virt_sarray)
286 _main->whole_image[0] = NULL; /* flag for no virtual arrays */
H A Djccoefct.c58 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon686
113 if (coef->whole_image[0] != NULL)
119 if (coef->whole_image[0] == NULL)
124 if (coef->whole_image[0] == NULL)
264 ((j_common_ptr) cinfo, coef->whole_image[ci],
362 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
429 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray)
451 coef->whole_image[0] = NULL; /* flag for no virtual arrays */
H A Djdcoefct.c56 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon702
262 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
348 ((j_common_ptr) cinfo, coef->whole_image[ci],
524 ((j_common_ptr) cinfo, coef->whole_image[ci],
531 ((j_common_ptr) cinfo, coef->whole_image[ci],
711 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray)
721 coef->pub.coef_arrays = coef->whole_image; /* link to virtual arrays */
H A Djctrans.c221 jvirt_barray_ptr * whole_image; member in struct:__anon701
299 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
382 coef->whole_image = coef_arrays;

Completed in 36 milliseconds