Lines Matching refs:output_cache
48 image_info->output_cache = NULL; in wprint_image_get_info()
699 memcpy(image_info->output_cache[image_x] + BYTES_PER_PIXEL( in _decode_stripe()
713 image_info->output_cache[image_y - image_info->output_swath_start] + in _decode_stripe()
770 memcpy(image_info->output_cache[image_x] + BYTES_PER_PIXEL(image_y), in _decode_stripe()
785 image_info->output_cache[image_y - image_info->output_swath_start] + in _decode_stripe()
1081 image_info->output_cache = (unsigned char **) malloc(sizeof(unsigned char *) * max_rows); in wprint_image_compute_rows_to_cache()
1083 image_info->output_cache[i] = (unsigned char *) malloc(row_width); in wprint_image_compute_rows_to_cache()
1096 return ((image_info->output_cache != NULL) ? 1 : image_info->rows_cached); in wprint_image_input_rows_cached()
1119 if (image_info->output_cache != NULL) { in wprint_image_cleanup()
1121 free(image_info->output_cache[i]); in wprint_image_cleanup()
1123 free(image_info->output_cache); in wprint_image_cleanup()
1124 image_info->output_cache = NULL; in wprint_image_cleanup()