Searched refs:native_units (Results 1 – 2 of 2) sorted by relevance
191 int native_units = 0; in wprint_image_set_output_properties() local195 (decode_ifc->native_units != NULL)) { in wprint_image_set_output_properties()196 native_units = decode_ifc->native_units(image_info); in wprint_image_set_output_properties()199 if (native_units <= 0) { in wprint_image_set_output_properties()200 native_units = image_info->print_resolution; in wprint_image_set_output_properties()207 if ((native_units != image_info->print_resolution) in wprint_image_set_output_properties()211 native_scaling = (image_info->print_resolution * 1.0f) / (native_units * 1.0f); in wprint_image_set_output_properties()
164 int (*native_units)(wprint_image_info_t *image_info); member