Searched refs:mixed_memory (Results 1 – 2 of 2) sorted by relevance
55 image_info->mixed_memory = NULL; in wprint_image_get_info()137 if (image_info->mixed_memory != NULL) { in wprint_image_set_output_properties()138 free(image_info->mixed_memory); in wprint_image_set_output_properties()150 image_info->mixed_memory = NULL; in wprint_image_set_output_properties()384 image_info->mixed_memory = (image_info->mixed_memory_needed != 0) ? malloc( in wprint_image_set_output_properties()901 rgb_pixels, image_info->mixed_memory); in wprint_image_decode_stripe()1081 if (image_info->mixed_memory != NULL) { in wprint_image_cleanup()1082 free(image_info->mixed_memory); in wprint_image_cleanup()1083 image_info->mixed_memory = NULL; in wprint_image_cleanup()
110 unsigned char *mixed_memory; member