Lines Matching refs:bytesToBlank
806 int bytesToBlank = (blank_rows * bytes_per_row); in wprint_image_decode_stripe() local
807 nbytes += bytesToBlank; in wprint_image_decode_stripe()
810 memset(rgb_pixels, 0xff, bytesToBlank); in wprint_image_decode_stripe()
811 rgb_pixels += bytesToBlank; in wprint_image_decode_stripe()
818 int bytesToBlank = (blank_rows * bytes_per_row); in wprint_image_decode_stripe() local
819 nbytes += bytesToBlank; in wprint_image_decode_stripe()
822 memset(rgb_pixels, 0xff, bytesToBlank); in wprint_image_decode_stripe()
823 rgb_pixels += bytesToBlank; in wprint_image_decode_stripe()
984 int bytesToBlank = (blank_rows * bytes_per_row); in wprint_image_decode_stripe() local
985 nbytes += bytesToBlank; in wprint_image_decode_stripe()
988 memset(rgb_pixels, 0xff, bytesToBlank); in wprint_image_decode_stripe()
989 rgb_pixels += bytesToBlank; in wprint_image_decode_stripe()