Searched refs:sampled_width (Results 1 – 2 of 2) sorted by relevance
301 image_info->sampled_width = (image_info->width / image_info->scaled_sample_size); in wprint_image_set_output_properties()575 image_info->sampled_width, image_info->sampled_height); in wprint_image_set_output_properties()672 if (start_row > image_info->sampled_width) { in _decode_stripe()697 image_info->sampled_width)); in _decode_stripe()709 (image_y < image_info->sampled_width) && in _decode_stripe()732 image_data + BYTES_PER_PIXEL(image_info->sampled_width - in _decode_stripe()743 if (start_row > image_info->sampled_width) { in _decode_stripe()768 image_info->sampled_width)); in _decode_stripe()771 image_data + BYTES_PER_PIXEL(image_info->sampled_width - in _decode_stripe()780 (image_y < image_info->sampled_width) && in _decode_stripe()[all …]
81 unsigned int sampled_width; member