Home | History | Annotate | Download | only in libpng

Lines Matching defs:png_get_uint_16

2570 PNG_EXPORT(202, png_uint_16, png_get_uint_16, (png_const_bytep buf));
2606 /* From libpng-1.4.0 until 1.4.4, the png_get_uint_16 macro (but not the
2609 # define PNG_get_uint_16(buf) \
2624 # define png_get_uint_16(buf) PNG_get_uint_16(buf)
2631 # define PNG_get_uint_16 (png_get_uint_16)