Home
last modified time | relevance | path

Searched refs:RENDER_FLAG_CENTER_HORIZONTAL (Results 1 – 4 of 4) sorted by relevance

/packages/services/BuiltInPrintService/jni/include/
Dlib_wprint.h100 #define RENDER_FLAG_CENTER_HORIZONTAL (1 << CENTER_HORIZONTAL) macro
111 RENDER_FLAG_CENTER_HORIZONTAL)
/packages/services/BuiltInPrintService/jni/plugins/
Dwprint_image.c408 } else if (image_info->render_flags & RENDER_FLAG_CENTER_HORIZONTAL) { in wprint_image_set_output_properties()
443 } else if (image_info->render_flags & RENDER_FLAG_CENTER_HORIZONTAL) { in wprint_image_set_output_properties()
480 } else if (image_info->render_flags & RENDER_FLAG_CENTER_HORIZONTAL) { in wprint_image_set_output_properties()
518 } else if (image_info->render_flags & RENDER_FLAG_CENTER_HORIZONTAL) { in wprint_image_set_output_properties()
Dplugin_pcl.c340 job_params->render_flags &= ~(RENDER_FLAG_CENTER_HORIZONTAL | in _print_page()
342 job_params->render_flags |= ((rotation == ROT_0) ? RENDER_FLAG_CENTER_HORIZONTAL in _print_page()
/packages/services/BuiltInPrintService/jni/lib/
DwprintJNI.c770 RENDER_FLAG_CENTER_HORIZONTAL | in _convertJobParams_to_C()
775 wprintJobParams->render_flags |= RENDER_FLAG_CENTER_HORIZONTAL; in _convertJobParams_to_C()
793 RENDER_FLAG_CENTER_HORIZONTAL); in _convertJobParams_to_C()