Home
last modified time | relevance | path

Searched refs:sampled_height (Results 1 – 2 of 2) sorted by relevance

/packages/services/BuiltInPrintService/jni/plugins/
Dwprint_image.c302 image_info->sampled_height = (image_info->height / image_info->scaled_sample_size); in wprint_image_set_output_properties()
657 for (image_y = 0; image_y < image_info->sampled_height; image_y++) { in _decode_stripe()
667 (image_info->sampled_height - image_y - 1)), in _decode_stripe()
690 ((image_y < image_info->sampled_height) && (num_rows != 0)); in _decode_stripe()
693 (image_info->sampled_height - image_y - 1)); in _decode_stripe()
728 for (image_y = 0; image_y < image_info->sampled_height; image_y++) { in _decode_stripe()
763 ((image_y < image_info->sampled_height) && (num_rows != 0)); in _decode_stripe()
1003 height = image_info->sampled_height; in wprint_image_compute_rows_to_cache()
Dwprint_image.h82 unsigned int sampled_height; member