Home
last modified time | relevance | path

Searched refs:right_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()
67 - floorf(right_margin * (float) job_params->pixel_units); in printable_area_get()
76 (left_margin + right_margin)) * (float)job_params->pixel_units)); in printable_area_get()
83 job_params->page_right_margin = right_margin; in printable_area_get()
100 if (job_params->job_right_margin > right_margin) { in printable_area_get()
101 job_params->print_right_margin = floorf(((job_params->job_right_margin - right_margin) * in printable_area_get()
105 ((right_margin) * (float) job_params->pixel_units)); in printable_area_get()
131 float *left_margin, float *right_margin, in printable_area_get_default_margins() argument
146 *right_margin = 0.0f; in printable_area_get_default_margins()
[all …]
Dlib_wprint.c174 unsigned int right_margin; member
1095 jq->job_params.print_right_margin += page.right_margin; in _job_thread()
1142 jq->job_params.print_right_margin -= page.right_margin; in _job_thread()
2104 bool pdf_page, unsigned int top_margin, unsigned int left_margin, unsigned int right_margin, in wprintPage() argument
2138 page.right_margin = right_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.c86 unsigned int top_margin, unsigned int left_margin, unsigned int right_margin, in wprint_image_set_output_properties() argument
108 bottom_margin = right_margin; in wprint_image_set_output_properties()
109 right_margin = temp; in wprint_image_set_output_properties()
122 image_info->printable_width = printable_width - (left_margin + right_margin); in wprint_image_set_output_properties()
162 image_info->output_padding_left = right_margin; in wprint_image_set_output_properties()
171 image_info->output_padding_right = right_margin; in wprint_image_set_output_properties()
556 top_margin, left_margin, right_margin, bottom_margin); in wprint_image_set_output_properties()
Dwprint_image.h188 unsigned int top_margin, unsigned int left_margin, unsigned int right_margin,