Home
last modified time | relevance | path

Searched refs:bottom_margin (Results 1 – 7 of 7) sorted by relevance

/packages/services/BuiltInPrintService/jni/lib/
Dprintable_area.c27 float right_margin, float bottom_margin) { in printable_area_get() argument
51 ((job_params->page_height - (top_margin + bottom_margin)) * in printable_area_get()
57 job_params->page_bottom_margin = bottom_margin; in printable_area_get()
80 if (job_params->job_bottom_margin > bottom_margin) { in printable_area_get()
82 ((job_params->job_bottom_margin - bottom_margin) * in printable_area_get()
86 ((bottom_margin) * (float) job_params->pixel_units)); in printable_area_get()
100 float *bottom_margin) { in printable_area_get_default_margins() argument
115 *bottom_margin = 0.00f; in printable_area_get_default_margins()
121 *bottom_margin = -0.10f; in printable_area_get_default_margins()
128 *bottom_margin = (float) printer_cap->printerBottomMargin / 2540; in printable_area_get_default_margins()
[all …]
Dlib_wprint.c170 unsigned int bottom_margin; member
953 jq->job_params.print_bottom_margin += page.bottom_margin; in _job_thread()
991 jq->job_params.print_bottom_margin -= page.bottom_margin; in _job_thread()
1926 unsigned int bottom_margin) { in wprintPage() argument
1960 page.bottom_margin = bottom_margin; in wprintPage()
/packages/services/BuiltInPrintService/jni/plugins/
Dwprint_image.c87 unsigned int bottom_margin, unsigned int render_flags, unsigned int max_decode_stripe, in wprint_image_set_output_properties() argument
107 left_margin = bottom_margin; in wprint_image_set_output_properties()
108 bottom_margin = right_margin; in wprint_image_set_output_properties()
123 image_info->printable_height = printable_height - (top_margin + bottom_margin); in wprint_image_set_output_properties()
161 image_info->output_padding_top = bottom_margin; in wprint_image_set_output_properties()
172 image_info->output_padding_bottom = bottom_margin; in wprint_image_set_output_properties()
Dwprint_image.h189 unsigned int bottom_margin, unsigned int render_flags, unsigned int max_decode_stripe,
/packages/services/BuiltInPrintService/jni/include/
Dlib_printable_area.h28 float left_margin, float right_margin, float bottom_margin);
35 float *right_margin, float *bottom_margin);
Difc_printer_capabilities.h44 float *top_margin, float *left_margin, float *right_margin, float *bottom_margin);
Dlib_wprint.h312 unsigned int right_margin, unsigned int bottom_margin);