Searched refs:num_rows (Results 1 – 5 of 5) sorted by relevance
/packages/services/BuiltInPrintService/jni/plugins/ |
D | wprint_image.c | 611 int _decode_stripe(wprint_image_info_t *image_info, int start_row, int num_rows, in _decode_stripe() argument 634 old_num_rows = ~num_rows; in _decode_stripe() 638 while (num_rows > 0) { in _decode_stripe() 642 if (old_num_rows == num_rows) { in _decode_stripe() 646 old_num_rows = num_rows; in _decode_stripe() 675 for (image_y = start_row; ((num_rows != 0) && in _decode_stripe() 678 image_y++, num_rows--, start_row++) { in _decode_stripe() 690 ((image_y < image_info->sampled_height) && (num_rows != 0)); in _decode_stripe() 691 image_y++, num_rows--) { in _decode_stripe() 709 while (num_rows > 0) { in _decode_stripe() [all …]
|
D | lib_pclm.c | 127 job_info->pixel_width = job_info->pixel_height = job_info->page_number = job_info->num_rows = 0; in _start_job() 227 static int _print_swath(pcl_job_info_t *job_info, char *rgb_pixels, int start_row, int num_rows, in _print_swath() argument 230 _PAGE_DATA(job_info, (const unsigned char *) rgb_pixels, (num_rows * bytes_per_row)); in _print_swath() 234 int nbytes = (num_rows * bytes_per_row); in _print_swath() 247 start_row + num_rows - 1, num_rows, bytes_per_row); in _print_swath() 253 for (i = 1; i < num_rows; i++, src_pixels += job_info->scan_line_width, in _print_swath() 265 num_rows, (void **) &job_info->pclm_output_buffer, &outBuffSize); in _print_swath()
|
D | plugin_pcl.c | 60 int num_rows; member 131 msg.param.send.start_row, msg.param.send.num_rows, in _send_thread() 281 int num_rows, height, image_row; in _print_page() local 394 num_rows = wprint_image_get_height(image_info); in _print_page() 398 while ((result != ERROR) && (num_rows > 0)) { in _print_page() 407 height = MIN(num_rows, job_params->strip_height); in _print_page() 424 msg.param.send.num_rows = height; in _print_page() 433 num_rows -= height; in _print_page()
|
D | lib_pwg.c | 179 job_info->pixel_width = job_info->pixel_height = job_info->page_number = job_info->num_rows = 0; in _start_job() 283 static int _print_swath(pcl_job_info_t *job_info, char *rgb_pixels, int start_row, int num_rows, in _print_swath() argument 286 _PAGE_DATA(job_info, (const unsigned char *) rgb_pixels, (num_rows * bytes_per_row)); in _print_swath() 290 int nbytes = (num_rows * bytes_per_row); in _print_swath() 299 outBuffSize = num_rows * bytes_per_row; in _print_swath() 304 start_row, start_row + num_rows - 1, num_rows, bytes_per_row); in _print_swath()
|
D | lib_pcl.h | 103 int page_number, num_rows; member 158 status_t (*print_swath)(pcl_job_info_t *job_info, char *rgb_pixels, int start_row, int num_rows,
|