Home
last modified time | relevance | path

Searched refs:wprint_image_get_height (Results 1 – 3 of 3) sorted by relevance

/packages/services/BuiltInPrintService/jni/plugins/
Dplugin_pcl.c407 msg.param.start_page.height = wprint_image_get_height(image_info); in _print_page()
417 num_rows = wprint_image_get_height(image_info); in _print_page()
477 image_row, wprint_image_get_height(image_info), job_params->page_num, pathname, in _print_page()
529 priv->job_info.pixel_height = wprint_image_get_height(image_info); in _print_blank_page()
Dwprint_image.h210 int wprint_image_get_height(wprint_image_info_t *image_info);
Dwprint_image.c634 int wprint_image_get_height(wprint_image_info_t *image_info) { in wprint_image_get_height() function