Home
last modified time | relevance | path

Searched refs:bytes_per_row (Results 1 – 5 of 5) sorted by relevance

/packages/services/BuiltInPrintService/jni/plugins/
Dwprint_image.c782 int bytes_per_row = BYTES_PER_PIXEL(_get_width(image_info, image_info->padding_options)); in wprint_image_decode_stripe() local
806 int bytesToBlank = (blank_rows * bytes_per_row); in wprint_image_decode_stripe()
818 int bytesToBlank = (blank_rows * bytes_per_row); in wprint_image_decode_stripe()
911 int memMoveRow = ((bytes_per_row < image_info->scaler_config.iOutBufWidth) ? 0 : ( in wprint_image_decode_stripe()
913 int memMoveIncrement = ((bytes_per_row < image_info->scaler_config.iOutBufWidth) in wprint_image_decode_stripe()
925 memmove(rgb_pixels + (memMoveRow * bytes_per_row) + padding_left, in wprint_image_decode_stripe()
934 nbytes += (bytes_per_row * stripe_height); in wprint_image_decode_stripe()
935 rgb_pixels += (bytes_per_row * stripe_height); in wprint_image_decode_stripe()
956 int rows = (dbytes / bytes_per_row); in wprint_image_decode_stripe()
974 memset(pad_rgb_pixels + (bytes_per_row - padding_right), 0xff, padding_right); in wprint_image_decode_stripe()
[all …]
Dlib_pwg.c284 int bytes_per_row) { in _print_swath() argument
286 _PAGE_DATA(job_info, (const unsigned char *) rgb_pixels, (num_rows * bytes_per_row)); in _print_swath()
290 int nbytes = (num_rows * bytes_per_row); in _print_swath()
299 outBuffSize = num_rows * bytes_per_row; in _print_swath()
304 start_row, start_row + num_rows - 1, num_rows, bytes_per_row); in _print_swath()
Dlib_pclm.c228 int bytes_per_row) { in _print_swath() argument
230 _PAGE_DATA(job_info, (const unsigned char *) rgb_pixels, (num_rows * bytes_per_row)); in _print_swath()
234 int nbytes = (num_rows * bytes_per_row); in _print_swath()
247 start_row + num_rows - 1, num_rows, bytes_per_row); in _print_swath()
Dplugin_pcl.c61 int bytes_per_row; member
132 msg.param.send.bytes_per_row); in _send_thread()
389 msg.param.send.bytes_per_row = BYTES_PER_PIXEL(wprint_image_get_width( in _print_page()
Dlib_pcl.h159 int bytes_per_row);