Searched refs:PNG_PADBITS (Results 1 – 2 of 2) sorted by relevance
710 int padding = PNG_PADBITS(row_info->pixel_depth, row_info->width); in png_do_check_palette_indexes()
758 #define PNG_PADBITS(pixel_bits, width) \ macro