Lines Matching refs:bytesToBlank
839 int bytesToBlank = (blank_rows * bytes_per_row); in wprint_image_decode_stripe() local
840 nbytes += bytesToBlank; in wprint_image_decode_stripe()
843 memset(rgb_pixels, 0xff, bytesToBlank); in wprint_image_decode_stripe()
844 rgb_pixels += bytesToBlank; in wprint_image_decode_stripe()
851 int bytesToBlank = (blank_rows * bytes_per_row); in wprint_image_decode_stripe() local
852 nbytes += bytesToBlank; in wprint_image_decode_stripe()
855 memset(rgb_pixels, 0xff, bytesToBlank); in wprint_image_decode_stripe()
856 rgb_pixels += bytesToBlank; in wprint_image_decode_stripe()
1017 int bytesToBlank = (blank_rows * bytes_per_row); in wprint_image_decode_stripe() local
1018 nbytes += bytesToBlank; in wprint_image_decode_stripe()
1021 memset(rgb_pixels, 0xff, bytesToBlank); in wprint_image_decode_stripe()
1022 rgb_pixels += bytesToBlank; in wprint_image_decode_stripe()