Searched refs:bytesToBlank (Results 1 – 1 of 1) sorted by relevance
806 int bytesToBlank = (blank_rows * bytes_per_row); in wprint_image_decode_stripe() local807 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() local819 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() local985 nbytes += bytesToBlank; in wprint_image_decode_stripe()[all …]