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()639 if (start_row > image_info->sampled_width) { in _decode_stripe()664 image_info->sampled_width)); in _decode_stripe()676 (image_y < image_info->sampled_width) && in _decode_stripe()699 image_data + BYTES_PER_PIXEL(image_info->sampled_width - in _decode_stripe()710 if (start_row > image_info->sampled_width) { in _decode_stripe()735 image_info->sampled_width)); in _decode_stripe()738 image_data + BYTES_PER_PIXEL(image_info->sampled_width - in _decode_stripe()747 (image_y < image_info->sampled_width) && in _decode_stripe()1002 width = image_info->sampled_width; in wprint_image_compute_rows_to_cache()
81 unsigned int sampled_width; member