Searched refs:PNG_IMAGE_SAMPLE_SIZE (Results 1 – 4 of 4) sorted by relevance
2988 #define PNG_IMAGE_SAMPLE_SIZE(fmt)\ macro3026 #define PNG_IMAGE_PIXEL_SIZE(fmt) PNG_IMAGE_PIXEL_(PNG_IMAGE_SAMPLE_SIZE,fmt)3051 (PNG_IMAGE_SAMPLE_SIZE((image).format) * (image).colormap_entries)
2812 PNG_IMAGE_SAMPLE_SIZE(output_format); in png_image_read_colormap()
3908 PNG_IMAGE_SAMPLE_SIZE(fmt)
2726 const unsigned int a_sample = PNG_IMAGE_SAMPLE_SIZE(formata); in compare_two_images()2727 const unsigned int b_sample = PNG_IMAGE_SAMPLE_SIZE(formatb); in compare_two_images()