Searched defs:render_flags (Results 1 - 4 of 4) sorted by relevance

/packages/services/BuiltInPrintService/src/com/android/bips/jni/
H A DLocalJobParams.java31 public int render_flags; field in class:LocalJobParams
76 " render_flags=" + render_flags +
/packages/services/BuiltInPrintService/jni/plugins/
H A Dwprint_image.h88 unsigned int render_flags; member in struct:__anon186
189 unsigned int bottom_margin, unsigned int render_flags, unsigned int max_decode_stripe,
H A Dwprint_image.c87 unsigned int bottom_margin, unsigned int render_flags, unsigned int max_decode_stripe,
116 unsigned int input_render_flags = render_flags;
126 image_info->render_flags = render_flags;
194 if ((image_info->render_flags & RENDER_FLAG_AUTO_FIT) && (decode_ifc != NULL) &&
208 && !((image_info->render_flags & RENDER_FLAG_AUTO_SCALE)
209 || ((image_info->render_flags & RENDER_FLAG_AUTO_FIT)
210 && !(image_info->render_flags & RENDER_FLAG_DOCUMENT_SCALING)))) {
219 if ((image_info->render_flags & (RENDER_FLAG_AUTO_SCALE | RENDER_FLAG_AUTO_FIT)) &&
234 while (((image_info->render_flags
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
[all...]
/packages/services/BuiltInPrintService/jni/include/
H A Dlib_wprint.h136 unsigned int render_flags; member in struct:__anon125

Completed in 76 milliseconds