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 | 616 int rbytes; in _decode_stripe() local 626 rbytes = BYTES_PER_PIXEL(image_info->output_width); in _decode_stripe() 681 col_offset, rbytes); in _decode_stripe() 682 nbytes += rbytes + padding_left + padding_right; in _decode_stripe() 683 rgb_pixels += rbytes + padding_left + padding_right; in _decode_stripe() 703 nbytes += rbytes + padding_left + padding_right; in _decode_stripe() 704 rgb_pixels += rbytes + padding_left + padding_right; in _decode_stripe() 753 col_offset, rbytes); in _decode_stripe() 754 nbytes += rbytes + padding_left + padding_right; in _decode_stripe() 755 rgb_pixels += rbytes + padding_left + padding_right; in _decode_stripe() [all …]
|