Home
last modified time | relevance | path

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

/external/libpng/
Dpng.h2988 #define PNG_IMAGE_SAMPLE_SIZE(fmt)\ macro
3026 #define PNG_IMAGE_PIXEL_SIZE(fmt) PNG_IMAGE_PIXEL_(PNG_IMAGE_SAMPLE_SIZE,fmt)
3051 (PNG_IMAGE_SAMPLE_SIZE((image).format) * (image).colormap_entries)
Dpngread.c2812 PNG_IMAGE_SAMPLE_SIZE(output_format); in png_image_read_colormap()
Dlibpng-manual.txt3908 PNG_IMAGE_SAMPLE_SIZE(fmt)
/external/libpng/contrib/libtests/
Dpngstest.c2726 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()