Searched defs:raw_bytes (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/video/readers/
H A Dpng.c97 int image_width, image_height, bpp, is_16bit, raw_bytes; member in struct:grub_png_data
272 data->raw_bytes = data->image_height * (data->image_width + 1) * data->bpp;
528 if (--data->raw_bytes < 0)

Completed in 27 milliseconds