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

/packages/services/BuiltInPrintService/jni/plugins/
H A Dwprint_image.c88 unsigned int concurrent_stripes, unsigned int padding_options) {
119 image_info->padding_options = (padding_options & PAD_ALL);
554 static int _get_width(wprint_image_info_t *image_info, unsigned int padding_options) { argument
563 if (padding_options & PAD_LEFT) {
566 if (padding_options & PAD_RIGHT) {
573 int width = _get_width(image_info, image_info->padding_options);
580 _get_width(image_info, image_info->padding_options));
585 static int _get_height(wprint_image_info_t *image_info, unsigned int padding_options) { argument
592 if (padding_options
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
611 _decode_stripe(wprint_image_info_t *image_info, int start_row, int num_rows, unsigned int padding_options, unsigned char *rgb_pixels) argument
[all...]
H A Dwprint_image.h119 unsigned int padding_options; member in struct:__anon189
190 unsigned int concurrent_stripes, unsigned int padding_options);

Completed in 32 milliseconds