HomeSort by relevance Sort by last modified time
    Searched full:_start_page (Results 1 - 3 of 3) sorted by null

  /packages/services/BuiltInPrintService/jni/plugins/
lib_pclm.c 180 static int _start_page(pcl_job_info_t *job_info, int pixel_width, int pixel_height) { function
185 _START_PAGE(job_info, pixel_width, pixel_height);
189 LOGI("_start_page(), strip height=%d, image width=%d, image height=%d, scaled width=%f, "
260 * it is currently pixel_width (from _start_page()) * num_components * strip_height
275 _start_page(job_info, 0, 0);
306 _start_job, _end_job, _start_page, _end_page, _print_swath, _canCancelMidPage
lib_pwg.c 237 static int _start_page(pcl_job_info_t *job_info, int pixel_width, int pixel_height) { function
239 _START_PAGE(job_info, pixel_width, pixel_height);
243 LOGI("_start_page(), strip height=%d, image width=%d, image height=%d, scaled width=%f, "
305 * (from _start_page()) * num_components * strip_height
372 _start_page(job_info, header_pwg.cupsWidth, header_pwg.cupsHeight);
399 _start_job, _end_job, _start_page, _end_page, _print_swath, _canCancelMidPage
lib_pcl.h 42 #define _START_PAGE(JOB_INFO, WIDTH, HEIGHT) \

Completed in 86 milliseconds