Searched refs:rbytes (Results 1 – 2 of 2) sorted by relevance
/packages/services/BuiltInPrintService/jni/plugins/ |
D | plugin_pdf.c | 75 int rbytes, wbytes, nbytes = 0; in _print_page() local 93 rbytes = read(fd, buff, BUFF_SIZE); in _print_page() 95 while ((rbytes > 0) && !job_params->cancelled) { in _print_page() 96 wbytes = priv->print_ifc->send_data(priv->print_ifc, buff, rbytes); in _print_page() 97 if (wbytes == rbytes) { in _print_page() 99 rbytes = read(fd, buff, BUFF_SIZE); in _print_page()
|
D | wprint_image.c | 649 int rbytes; in _decode_stripe() local 659 rbytes = BYTES_PER_PIXEL(image_info->output_width); in _decode_stripe() 714 col_offset, rbytes); in _decode_stripe() 715 nbytes += rbytes + padding_left + padding_right; in _decode_stripe() 716 rgb_pixels += rbytes + padding_left + padding_right; in _decode_stripe() 736 nbytes += rbytes + padding_left + padding_right; in _decode_stripe() 737 rgb_pixels += rbytes + padding_left + padding_right; in _decode_stripe() 786 col_offset, rbytes); in _decode_stripe() 787 nbytes += rbytes + padding_left + padding_right; in _decode_stripe() 788 rgb_pixels += rbytes + padding_left + padding_right; in _decode_stripe() [all …]
|