Home
last modified time | relevance | path

Searched refs:strip_height (Results 1 – 6 of 6) sorted by relevance

/packages/services/BuiltInPrintService/jni/plugins/
Dplugin_pcl.c238 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()
Dlib_pclm.c155 job_info->pclm_page_info.stripHeight = job_info->strip_height; in _start_job()
245 job_info->page_number, job_info->strip_height * job_info->scan_line_width, start_row, in _print_swath()
263 job_info->strip_height * MIN(job_info->scan_line_width, job_info->pclm_scan_line_width), in _print_swath()
Dlib_pwg.c208 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()
Dlib_pcl.h111 int strip_height; member
/packages/services/BuiltInPrintService/jni/include/
Dlib_wprint.h156 unsigned int strip_height; member
/packages/services/BuiltInPrintService/jni/lib/
Dlib_wprint.c1670 .strip_height = STRIPE_HEIGHT, .docCategory = {0}, in wprintGetDefaultJobParams()
1729 job_params->strip_height = printer_cap->stripHeight; in wprintGetFinalJobParams()