Lines Matching refs:dbytes
918 int dbytes = _decode_stripe(image_info, in wprint_image_decode_stripe() local
922 if (dbytes <= 0) { in wprint_image_decode_stripe()
923 if (dbytes < 0) { in wprint_image_decode_stripe()
926 return dbytes; in wprint_image_decode_stripe()
976 int dbytes = _decode_stripe(image_info, unpadded_start_row, in wprint_image_decode_stripe() local
982 if (dbytes <= 0) { in wprint_image_decode_stripe()
983 if (dbytes < 0) { in wprint_image_decode_stripe()
986 return dbytes; in wprint_image_decode_stripe()
989 int rows = (dbytes / bytes_per_row); in wprint_image_decode_stripe()
994 rgb_pixels += dbytes; in wprint_image_decode_stripe()
995 nbytes += dbytes; in wprint_image_decode_stripe()