Searched refs:bottom_margin (Results 1 – 7 of 7) sorted by relevance
/packages/services/BuiltInPrintService/jni/lib/ |
D | printable_area.c | 27 float right_margin, float bottom_margin) { in printable_area_get() argument 56 (top_margin + bottom_margin)) * (float)job_params->pixel_units)); in printable_area_get() 62 job_params->page_bottom_margin = bottom_margin; in printable_area_get() 85 if (job_params->job_bottom_margin > bottom_margin) { in printable_area_get() 87 ((job_params->job_bottom_margin - bottom_margin) * in printable_area_get() 91 ((bottom_margin) * (float) job_params->pixel_units)); in printable_area_get() 105 float *bottom_margin) { in printable_area_get_default_margins() argument 120 *bottom_margin = 0.00f; in printable_area_get_default_margins() 126 *bottom_margin = -0.10f; in printable_area_get_default_margins() 133 *bottom_margin = (float) printer_cap->printerBottomMargin / 2540; in printable_area_get_default_margins() [all …]
|
D | lib_wprint.c | 175 unsigned int bottom_margin; member 1030 jq->job_params.print_bottom_margin += page.bottom_margin; in _job_thread() 1068 jq->job_params.print_bottom_margin -= page.bottom_margin; in _job_thread() 2030 unsigned int bottom_margin) { in wprintPage() argument 2064 page.bottom_margin = bottom_margin; in wprintPage()
|
/packages/services/BuiltInPrintService/jni/include/ |
D | lib_printable_area.h | 28 float left_margin, float right_margin, float bottom_margin); 35 float *right_margin, float *bottom_margin);
|
D | ifc_printer_capabilities.h | 44 float *top_margin, float *left_margin, float *right_margin, float *bottom_margin);
|
D | lib_wprint.h | 328 unsigned int right_margin, unsigned int bottom_margin);
|
/packages/services/BuiltInPrintService/jni/plugins/ |
D | wprint_image.c | 87 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()
|
D | wprint_image.h | 189 unsigned int bottom_margin, unsigned int render_flags, unsigned int max_decode_stripe,
|