Searched defs:bottom_margin (Results 1 - 3 of 3) sorted by relevance

/packages/services/BuiltInPrintService/jni/lib/
H A Dprintable_area.c27 float right_margin, float bottom_margin) {
51 ((job_params->page_height - (top_margin + bottom_margin)) *
57 job_params->page_bottom_margin = bottom_margin;
80 if (job_params->job_bottom_margin > bottom_margin) {
82 ((job_params->job_bottom_margin - bottom_margin) *
86 ((bottom_margin) * (float) job_params->pixel_units));
100 float *bottom_margin) {
115 *bottom_margin = 0.00f;
121 *bottom_margin = -0.10f;
128 *bottom_margin
26 printable_area_get(wprint_job_params_t *job_params, float top_margin, float left_margin, float right_margin, float bottom_margin) argument
96 printable_area_get_default_margins(const wprint_job_params_t *job_params, const printer_capabilities_t *printer_cap, float *top_margin, float *left_margin, float *right_margin, float *bottom_margin) argument
[all...]
H A Dlib_wprint.c170 unsigned int bottom_margin; member in struct:__anon152
953 jq->job_params.print_bottom_margin += page.bottom_margin;
991 jq->job_params.print_bottom_margin -= page.bottom_margin;
1926 unsigned int bottom_margin) {
1960 page.bottom_margin = bottom_margin;
1924 wprintPage(wJob_t job_handle, int page_num, const char *filename, bool last_page, bool pdf_page, unsigned int top_margin, unsigned int left_margin, unsigned int right_margin, unsigned int bottom_margin) argument
/packages/services/BuiltInPrintService/jni/plugins/
H A Dwprint_image.c87 unsigned int bottom_margin, unsigned int render_flags, unsigned int max_decode_stripe,
107 left_margin = bottom_margin;
108 bottom_margin = right_margin;
123 image_info->printable_height = printable_height - (top_margin + bottom_margin);
161 image_info->output_padding_top = bottom_margin;
172 image_info->output_padding_bottom = bottom_margin;
84 wprint_image_set_output_properties(wprint_image_info_t *image_info, wprint_rotation_t rotation, unsigned int printable_width, unsigned int printable_height, unsigned int top_margin, unsigned int left_margin, unsigned int right_margin, unsigned int bottom_margin, unsigned int render_flags, unsigned int max_decode_stripe, unsigned int concurrent_stripes, unsigned int padding_options) argument

Completed in 136 milliseconds