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 left_margin, float right_margin, float bottom_margin) { in printable_area_get() argument
49 top_margin = left_margin = right_margin = bottom_margin = 0.0f; in printable_area_get()
72 - floorf(bottom_margin * (float) job_params->pixel_units); in printable_area_get()
78 (top_margin + bottom_margin)) * (float)job_params->pixel_units)); in printable_area_get()
84 job_params->page_bottom_margin = bottom_margin; in printable_area_get()
107 if (job_params->job_bottom_margin > bottom_margin) { in printable_area_get()
109 ((job_params->job_bottom_margin - bottom_margin) * in printable_area_get()
113 ((bottom_margin) * (float) job_params->pixel_units)); in printable_area_get()
132 float *bottom_margin) { in printable_area_get_default_margins() argument
147 *bottom_margin = 0.00f; in printable_area_get_default_margins()
[all …]
Dlib_wprint.c175 unsigned int bottom_margin; member
1096 jq->job_params.print_bottom_margin += page.bottom_margin; in _job_thread()
1143 jq->job_params.print_bottom_margin -= page.bottom_margin; in _job_thread()
2105 unsigned int bottom_margin) { in wprintPage() argument
2139 page.bottom_margin = bottom_margin; in wprintPage()
/packages/services/BuiltInPrintService/jni/include/
Dlib_printable_area.h28 float top_margin, 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.h362 unsigned int right_margin, unsigned int bottom_margin);
/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()
556 top_margin, left_margin, right_margin, bottom_margin); in wprint_image_set_output_properties()
Dwprint_image.h189 unsigned int bottom_margin, unsigned int render_flags, unsigned int max_decode_stripe,