Lines Matching refs:dbytes
885 int dbytes = _decode_stripe(image_info, in wprint_image_decode_stripe() local
889 if (dbytes <= 0) { in wprint_image_decode_stripe()
890 if (dbytes < 0) { in wprint_image_decode_stripe()
893 return dbytes; in wprint_image_decode_stripe()
943 int dbytes = _decode_stripe(image_info, unpadded_start_row, in wprint_image_decode_stripe() local
949 if (dbytes <= 0) { in wprint_image_decode_stripe()
950 if (dbytes < 0) { in wprint_image_decode_stripe()
953 return dbytes; in wprint_image_decode_stripe()
956 int rows = (dbytes / bytes_per_row); in wprint_image_decode_stripe()
961 rgb_pixels += dbytes; in wprint_image_decode_stripe()
962 nbytes += dbytes; in wprint_image_decode_stripe()