HomeSort by relevance Sort by last modified time
    Searched refs:padding_options (Results 1 - 2 of 2) sorted by null

  /packages/services/BuiltInPrintService/jni/plugins/
wprint_image.c 88 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) {
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) {
592 if (padding_options & PAD_TOP)
    [all...]
wprint_image.h 119 unsigned int padding_options; member in struct:__anon44648
190 unsigned int concurrent_stripes, unsigned int padding_options);

Completed in 68 milliseconds