Searched refs:start_row (Results 1 – 6 of 6) sorted by relevance
/aosp12/packages/services/BuiltInPrintService/jni/plugins/ |
H A D | wprint_image.c | 625 start_row += image_info->row_offset; in _decode_stripe() 689 for (image_y = start_row; in _decode_stripe() 745 for (image_y = start_row; in _decode_stripe() 762 for (image_y = start_row; in _decode_stripe() 800 if ((start_row < 0) || (start_row >= _get_height(image_info, image_info->padding_options))) { in wprint_image_decode_stripe() 804 (start_row < padding_top)) { in wprint_image_decode_stripe() 812 start_row += blank_rows; in wprint_image_decode_stripe() 824 start_row += blank_rows; in wprint_image_decode_stripe() 832 int unpadded_start_row = start_row; in wprint_image_decode_stripe() 937 start_row += stripe_height; in wprint_image_decode_stripe() [all …]
|
H A D | lib_pclm.c | 227 static int _print_swath(pcl_job_info_t *job_info, char *rgb_pixels, int start_row, int num_rows, in _print_swath() argument 246 job_info->page_number, job_info->strip_height * job_info->scan_line_width, start_row, in _print_swath() 247 start_row + num_rows - 1, num_rows, bytes_per_row); in _print_swath()
|
H A D | lib_pwg.c | 283 static int _print_swath(pcl_job_info_t *job_info, char *rgb_pixels, int start_row, int num_rows, in _print_swath() argument 304 start_row, start_row + num_rows - 1, num_rows, bytes_per_row); in _print_swath()
|
H A D | plugin_pcl.c | 59 int start_row; member 131 msg.param.send.start_row, msg.param.send.num_rows, in _send_thread() 423 msg.param.send.start_row = image_row; in _print_page()
|
H A D | wprint_image.h | 216 int wprint_image_decode_stripe(wprint_image_info_t *image_info, int start_row, int *height,
|
H A D | lib_pcl.h | 158 status_t (*print_swath)(pcl_job_info_t *job_info, char *rgb_pixels, int start_row, int num_rows,
|