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