Searched refs:PNG_IMAGE_SAMPLE_SIZE (Results 1 – 6 of 6) sorted by relevance
2887 #define PNG_IMAGE_SAMPLE_SIZE(fmt)\ macro2925 #define PNG_IMAGE_PIXEL_SIZE(fmt) PNG_IMAGE_PIXEL_(PNG_IMAGE_SAMPLE_SIZE,fmt)2957 (PNG_IMAGE_SAMPLE_SIZE((image).format) * (image).colormap_entries)
2700 PNG_IMAGE_SAMPLE_SIZE(output_format); in png_image_read_colormap()
3988 PNG_IMAGE_SAMPLE_SIZE(fmt)
2873 #define PNG_IMAGE_SAMPLE_SIZE(fmt)\ macro2911 #define PNG_IMAGE_PIXEL_SIZE(fmt) PNG_IMAGE_PIXEL_(PNG_IMAGE_SAMPLE_SIZE,fmt)2943 (PNG_IMAGE_SAMPLE_SIZE((image).format) * (image).colormap_entries)
2686 PNG_IMAGE_SAMPLE_SIZE(output_format); in png_image_read_colormap()
2609 const unsigned int a_sample = PNG_IMAGE_SAMPLE_SIZE(formata); in compare_two_images()2610 const unsigned int b_sample = PNG_IMAGE_SAMPLE_SIZE(formatb); in compare_two_images()