Home
last modified time | relevance | path

Searched refs:padding_options (Results 1 – 2 of 2) sorted by relevance

/packages/services/BuiltInPrintService/jni/plugins/
Dwprint_image.c88 unsigned int concurrent_stripes, unsigned int padding_options) { in wprint_image_set_output_properties() argument
119 image_info->padding_options = (padding_options & PAD_ALL); in wprint_image_set_output_properties()
558 image_info->padding_options, image_info->padding_options); in wprint_image_set_output_properties()
587 static int _get_width(wprint_image_info_t *image_info, unsigned int padding_options) { in _get_width() argument
596 if (padding_options & PAD_LEFT) { in _get_width()
599 if (padding_options & PAD_RIGHT) { in _get_width()
606 int width = _get_width(image_info, image_info->padding_options); in wprint_image_get_width()
613 _get_width(image_info, image_info->padding_options)); in wprint_image_get_output_buff_size()
618 static int _get_height(wprint_image_info_t *image_info, unsigned int padding_options) { in _get_height() argument
625 if (padding_options & PAD_TOP) { in _get_height()
[all …]
Dwprint_image.h119 unsigned int padding_options; member
190 unsigned int concurrent_stripes, unsigned int padding_options);