Home
last modified time | relevance | path

Searched refs:PNG_IMAGE_SAMPLE_SIZE (Results 1 – 6 of 6) sorted by relevance

/external/libpng/
Dpng.h2887 #define PNG_IMAGE_SAMPLE_SIZE(fmt)\ macro
2925 #define PNG_IMAGE_PIXEL_SIZE(fmt) PNG_IMAGE_PIXEL_(PNG_IMAGE_SAMPLE_SIZE,fmt)
2957 (PNG_IMAGE_SAMPLE_SIZE((image).format) * (image).colormap_entries)
Dpngread.c2700 PNG_IMAGE_SAMPLE_SIZE(output_format); in png_image_read_colormap()
Dlibpng-manual.txt3988 PNG_IMAGE_SAMPLE_SIZE(fmt)
/external/pdfium/third_party/libpng16/
Dpng.h2873 #define PNG_IMAGE_SAMPLE_SIZE(fmt)\ macro
2911 #define PNG_IMAGE_PIXEL_SIZE(fmt) PNG_IMAGE_PIXEL_(PNG_IMAGE_SAMPLE_SIZE,fmt)
2943 (PNG_IMAGE_SAMPLE_SIZE((image).format) * (image).colormap_entries)
Dpngread.c2686 PNG_IMAGE_SAMPLE_SIZE(output_format); in png_image_read_colormap()
/external/libpng/contrib/libtests/
Dpngstest.c2609 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()