Home
last modified time | relevance | path

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

/external/libpng/
Dpng.h2856 #define PNG_IMAGE_SAMPLE_SIZE(fmt)\ macro
2894 #define PNG_IMAGE_PIXEL_SIZE(fmt) PNG_IMAGE_PIXEL_(PNG_IMAGE_SAMPLE_SIZE,fmt)
2926 (PNG_IMAGE_SAMPLE_SIZE((image).format) * (image).colormap_entries)
Dpngread.c2706 PNG_IMAGE_SAMPLE_SIZE(output_format); in png_image_read_colormap()
Dlibpng-manual.txt3989 PNG_IMAGE_SAMPLE_SIZE(fmt)
/external/pdfium/third_party/libpng16/
Dpng.h2856 #define PNG_IMAGE_SAMPLE_SIZE(fmt)\ macro
2894 #define PNG_IMAGE_PIXEL_SIZE(fmt) PNG_IMAGE_PIXEL_(PNG_IMAGE_SAMPLE_SIZE,fmt)
2926 (PNG_IMAGE_SAMPLE_SIZE((image).format) * (image).colormap_entries)
Dpngread.c2706 PNG_IMAGE_SAMPLE_SIZE(output_format); in png_image_read_colormap()
/external/libpng/contrib/libtests/
Dpngstest.c2609 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()