Searched refs:PNG_IMAGE_SAMPLE_SIZE (Results 1 – 6 of 6) sorted by relevance
2856 #define PNG_IMAGE_SAMPLE_SIZE(fmt)\ macro2894 #define PNG_IMAGE_PIXEL_SIZE(fmt) PNG_IMAGE_PIXEL_(PNG_IMAGE_SAMPLE_SIZE,fmt)2926 (PNG_IMAGE_SAMPLE_SIZE((image).format) * (image).colormap_entries)
2706 PNG_IMAGE_SAMPLE_SIZE(output_format); in png_image_read_colormap()
3989 PNG_IMAGE_SAMPLE_SIZE(fmt)
2609 unsigned int a_sample = PNG_IMAGE_SAMPLE_SIZE(formata); in compare_two_images()2610 unsigned int b_sample = PNG_IMAGE_SAMPLE_SIZE(formatb); in compare_two_images()