Lines Matching refs:sampled_width
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()
1035 width = image_info->sampled_width; in wprint_image_compute_rows_to_cache()