Searched refs:strip_height (Results 1 – 6 of 6) sorted by relevance
/packages/services/BuiltInPrintService/jni/plugins/ |
D | lib_pclm.c | 155 job_info->pclm_page_info.stripHeight = job_info->strip_height; in _start_job() 246 job_info->page_number, job_info->strip_height * job_info->scan_line_width, start_row, in _print_swath() 264 job_info->strip_height * MIN(job_info->scan_line_width, job_info->pclm_scan_line_width), in _print_swath() 276 _start_page(job_info, job_info->pixel_width, job_info->strip_height); in _end_page() 277 size_t blank_data_size = (size_t) job_info->strip_height * job_info->pixel_width * in _end_page() 281 PCLmEncapsulate(job_info->pclmgen_obj, blank_data, blank_data_size, job_info->strip_height, in _end_page()
|
D | plugin_pcl.c | 238 priv->job_info.strip_height = job_params->strip_height; in _start_job() 358 job_params->render_flags, job_params->strip_height, MAX_SEND_BUFFS, in _print_page() 407 height = MIN(num_rows, job_params->strip_height); in _print_page()
|
D | lib_pwg.c | 208 job_info->pclm_page_info.stripHeight = job_info->strip_height; in _start_job() 303 job_info->page_number, job_info->strip_height * job_info->scan_line_width, in _print_swath()
|
D | lib_pcl.h | 111 int strip_height; member
|
/packages/services/BuiltInPrintService/jni/include/ |
D | lib_wprint.h | 156 unsigned int strip_height; member
|
/packages/services/BuiltInPrintService/jni/lib/ |
D | lib_wprint.c | 1657 .strip_height = STRIPE_HEIGHT, .docCategory = {0}, in wprintGetDefaultJobParams() 1716 job_params->strip_height = printer_cap->stripHeight; in wprintGetFinalJobParams()
|